public class TestIllegalTableDescriptor extends Object
| Modifier and Type | Field and Description | 
|---|---|
static HBaseClassTestRule | 
CLASS_RULE  | 
private static byte[] | 
FAMILY  | 
private static org.slf4j.Logger | 
LOGGER  | 
org.junit.rules.TestName | 
name  | 
protected static HBaseTestingUtility | 
TEST_UTIL  | 
| Constructor and Description | 
|---|
TestIllegalTableDescriptor()  | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
checkTableIsIllegal(org.apache.hadoop.hbase.HTableDescriptor htd)  | 
private void | 
checkTableIsLegal(org.apache.hadoop.hbase.HTableDescriptor htd)  | 
static void | 
setUpBeforeClass()  | 
static void | 
tearDownAfterClass()  | 
void | 
testIllegalTableDescriptor()  | 
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOGGER
protected static final HBaseTestingUtility TEST_UTIL
private static byte[] FAMILY
public org.junit.rules.TestName name
public TestIllegalTableDescriptor()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testIllegalTableDescriptor() throws Exception
Exceptionprivate void checkTableIsLegal(org.apache.hadoop.hbase.HTableDescriptor htd) throws IOException
IOExceptionprivate void checkTableIsIllegal(org.apache.hadoop.hbase.HTableDescriptor htd) throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.