public class TestCellCounter extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| Constructor and Description |
|---|
TestCellCounter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterClass() |
static void |
beforeClass() |
void |
testCellCounteEndTimeRange()
Test CellCounter with time range all data should print to output
|
void |
testCellCounteOutOfTimeRange()
Test CellCounter with time range all data should print to output
|
void |
testCellCounter()
Test CellCounter all data should print to output
|
void |
testCellCounterForCompleteTable()
Test CellCounter for complete table all data should print to output
|
void |
testCellCounterMain()
Test main method of CellCounter
|
void |
testCellCounterPrefix()
Test CellCounter all data should print to output
|
void |
testCellCounterStartTimeRange()
Test CellCounter with time range all data should print to output
|
void |
TestCellCounterWithoutOutputDir() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestCellCounter()
public static void beforeClass() throws Exception
Exceptionpublic static void afterClass() throws Exception
Exceptionpublic void testCellCounter() throws Exception
Exceptionpublic void testCellCounterPrefix() throws Exception
Exceptionpublic void testCellCounterStartTimeRange() throws Exception
Exceptionpublic void testCellCounteEndTimeRange() throws Exception
Exceptionpublic void testCellCounteOutOfTimeRange() throws Exception
Exceptionpublic void testCellCounterMain() throws Exception
Exceptionpublic void testCellCounterForCompleteTable() throws Exception
Exceptionpublic void TestCellCounterWithoutOutputDir() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.