public class TestEncryptionDisabled extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf |
org.junit.rules.ExpectedException |
exception |
private static org.apache.hadoop.hbase.client.TableDescriptorBuilder |
tdb |
private static HBaseTestingUtility |
TEST_UTIL |
| Constructor and Description |
|---|
TestEncryptionDisabled() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUp() |
static void |
tearDown() |
void |
testEncryptedTableShouldNotBeCreatedWhenEncryptionDisabled() |
void |
testNonEncryptedTableShouldBeCreatedWhenEncryptionDisabled() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.ExpectedException exception
private static final HBaseTestingUtility TEST_UTIL
private static org.apache.hadoop.conf.Configuration conf
private static org.apache.hadoop.hbase.client.TableDescriptorBuilder tdb
public TestEncryptionDisabled()
public void testEncryptedTableShouldNotBeCreatedWhenEncryptionDisabled() throws Exception
Exceptionpublic void testNonEncryptedTableShouldBeCreatedWhenEncryptionDisabled() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.