public class TestFSTableDescriptorForceCreation extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestFSTableDescriptorForceCreation() |
Modifier and Type | Method and Description |
---|---|
void |
testShouldAllowForcefulCreationOfAlreadyExistingTableDescriptor() |
void |
testShouldCreateNewTableDescriptorIfForcefulCreationIsFalse() |
void |
testShouldNotCreateTheSameTableDescriptorIfForcefulCreationIsFalse() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility UTIL
public org.junit.rules.TestName name
public TestFSTableDescriptorForceCreation()
public void testShouldCreateNewTableDescriptorIfForcefulCreationIsFalse() throws IOException
IOException
public void testShouldNotCreateTheSameTableDescriptorIfForcefulCreationIsFalse() throws IOException
IOException
public void testShouldAllowForcefulCreationOfAlreadyExistingTableDescriptor() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.