public class TestColumnFamilyDescriptorBuilder extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.ExpectedException |
expectedEx |
Constructor and Description |
---|
TestColumnFamilyDescriptorBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
testAddGetRemoveConfiguration()
Test that we add and remove strings from configuration properly.
|
void |
testBuilder() |
void |
testClassMethodsAreBuilderStyle() |
void |
testHColumnDescriptorShouldThrowIAEWhenFamilyNameEmpty()
Tests HColumnDescriptor with empty familyName
|
void |
testMobValuesInHColumnDescriptorShouldReadable() |
void |
testSetTimeToLive() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.ExpectedException expectedEx
public TestColumnFamilyDescriptorBuilder()
public void testBuilder() throws org.apache.hadoop.hbase.exceptions.DeserializationException
org.apache.hadoop.hbase.exceptions.DeserializationException
public void testHColumnDescriptorShouldThrowIAEWhenFamilyNameEmpty() throws Exception
Exception
public void testAddGetRemoveConfiguration()
public void testMobValuesInHColumnDescriptorShouldReadable()
public void testClassMethodsAreBuilderStyle()
public void testSetTimeToLive() throws org.apache.hadoop.hbase.exceptions.HBaseException
org.apache.hadoop.hbase.exceptions.HBaseException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.