public class TestConstraints extends Object
HTableDescriptor
Modifier and Type | Class and Description |
---|---|
static class |
TestConstraints.AlsoWorks
Also just works
|
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
Constructor and Description |
---|
TestConstraints() |
Modifier and Type | Method and Description |
---|---|
void |
testConfigurationPreserved() |
void |
testEnableDisableRemove()
Test that Constraints are properly enabled, disabled, and removed n
|
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 static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestConstraints()
public void testSimpleReadWrite() throws Throwable
Throwable
public void testReadWriteWithConf() throws Throwable
Throwable
public void testEnableDisableRemove() throws Exception
Exception
public void testUpdateConstraint() throws Exception
Exception
public void testRemoveUnsetConstraint() throws Throwable
Throwable
public void testConfigurationPreserved() throws Throwable
Throwable
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.