public class TestTableName extends org.junit.rules.TestWatcher
byte[] containing the name of the currently running test method.| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestTableName() |
| Modifier and Type | Method and Description |
|---|---|
TableName |
getTableName() |
protected void |
starting(org.junit.runner.Description description)
Invoked when a test is about to start
|
void |
testEmptyNamespaceName() |
void |
testEmptyTableName() |
void |
testIllegalHTableNames() |
void |
testInvalidNamespace() |
void |
testLegalHTableNames() |
void |
testValueOf() |
public static final HBaseClassTestRule CLASS_RULE
public TestTableName()
protected void starting(org.junit.runner.Description description)
starting in class org.junit.rules.TestWatcherpublic TableName getTableName()
public void testInvalidNamespace()
public void testEmptyNamespaceName()
public void testEmptyTableName()
public void testLegalHTableNames()
public void testIllegalHTableNames()
public void testValueOf()
Copyright © 2007–2019 Cloudera. All rights reserved.