public class TestTableName
extends TestWatcher
byte[]
containing the name of the currently running test method.Constructor and Description |
---|
TestTableName() |
Modifier and Type | Method and Description |
---|---|
TableName |
getTableName() |
protected void |
starting(Description description)
Invoked when a test is about to start
|
void |
testEmptyNamespaceName() |
void |
testEmptyTableName() |
void |
testIllegalHTableNames() |
void |
testInvalidNamespace() |
void |
testLegalHTableNames() |
void |
testValueOf() |
protected void starting(Description description)
public TableName getTableName()
public void testInvalidNamespace()
public void testEmptyNamespaceName()
public void testEmptyTableName()
public void testLegalHTableNames()
public void testIllegalHTableNames()
public void testValueOf()