public class TestConstraints
extends java.lang.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 testSimpleReadWrite()
throws java.lang.Throwable
java.lang.Throwablepublic void testReadWriteWithConf()
throws java.lang.Throwable
java.lang.Throwablepublic void testEnableDisableRemove()
throws java.lang.Exception
java.lang.Exceptionpublic void testUpdateConstraint()
throws java.lang.Exception
java.lang.Exceptionpublic void testRemoveUnsetConstraint()
throws java.lang.Throwable
java.lang.Throwable - on failure.public void testConfigurationPreserved()
throws java.lang.Throwable
java.lang.Throwable