public class TestConstraints extends Object
HTableDescriptor
Modifier and Type | Class and Description |
---|---|
static class |
TestConstraints.AlsoWorks
Also just works
|
Constructor and Description |
---|
TestConstraints() |
Modifier and Type | Method and Description |
---|---|
void |
testConfigurationPreserved() |
void |
testEnableDisableRemove()
Test that Constraints are properly enabled, disabled, and removed
|
void |
testReadWriteWithConf() |
void |
testRemoveUnsetConstraint()
Test that if a constraint hasn't been set that there are no problems with
attempting to remove it.
|
void |
testSimpleReadWrite() |
void |
testUpdateConstraint()
Test that when we update a constraint the ordering is not modified.
|
public void testEnableDisableRemove() throws Exception
Exception
public void testUpdateConstraint() throws Exception
Exception
public void testRemoveUnsetConstraint() throws Throwable
Throwable
- on failure.