public class TestTableDescriptorModification extends Object
| Modifier and Type | Field and Description |
|---|---|
TestName |
name |
| Constructor and Description |
|---|
TestTableDescriptorModification() |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterAllTests() |
static void |
beforeAllTests()
Start up a mini cluster and put a small table of empty regions into it.
|
void |
setup() |
void |
testAddColumn() |
void |
testAddSameColumnFamilyTwice() |
void |
testDeleteColumn() |
void |
testDeleteSameColumnFamilyTwice() |
void |
testModifyColumnFamily() |
void |
testModifyNonExistingColumnFamily() |
void |
testModifyTable() |
public static void beforeAllTests()
throws Exception
Exceptionpublic void setup()
public void testModifyTable()
throws IOException
IOExceptionpublic void testAddColumn()
throws IOException
IOExceptionpublic void testAddSameColumnFamilyTwice()
throws IOException
IOExceptionpublic void testModifyColumnFamily()
throws IOException
IOExceptionpublic void testModifyNonExistingColumnFamily()
throws IOException
IOExceptionpublic void testDeleteColumn()
throws IOException
IOExceptionpublic void testDeleteSameColumnFamilyTwice()
throws IOException
IOException