public class TestHTableDescriptor extends Object
Constructor and Description |
---|
TestHTableDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
testAddDuplicateFamilies() |
void |
testAddGetRemoveConfiguration()
Test that we add and remove strings from configuration properly.
|
void |
testClassMethodsAreBuilderStyle() |
void |
testGetMaxFileSize()
Test default value handling for maxFileSize
|
void |
testGetMemStoreFlushSize()
Test default value handling for memStoreFlushSize
|
void |
testGetSetRemoveCP()
Test cps in the table description
|
void |
testIllegalHTableNames() |
void |
testIllegalHTableNamesRegex() |
void |
testLegalHTableNames() |
void |
testLegalHTableNamesRegex() |
void |
testModifyFamily() |
void |
testModifyInexistentFamily() |
void |
testPb() |
void |
testRemoveString()
Test that we add and remove strings from settings properly.
|
void |
testSetListRemoveCP()
Test cps in the table description
|
public void testPb() throws DeserializationException, IOException
DeserializationException
IOException
public void testGetSetRemoveCP() throws Exception
Exception
public void testSetListRemoveCP() throws Exception
Exception
public void testRemoveString() throws Exception
Exception
public void testLegalHTableNames()
public void testIllegalHTableNames()
public void testLegalHTableNamesRegex()
public void testIllegalHTableNamesRegex()
public void testGetMaxFileSize()
public void testGetMemStoreFlushSize()
public void testAddGetRemoveConfiguration() throws Exception
Exception
public void testClassMethodsAreBuilderStyle()
public void testModifyFamily()
public void testModifyInexistentFamily()
public void testAddDuplicateFamilies()