public class TestCellCounter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
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 void beforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void afterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testCellCounter()
throws java.lang.Exception
java.lang.Exceptionpublic void testCellCounterPrefix()
throws java.lang.Exception
java.lang.Exceptionpublic void testCellCounterStartTimeRange()
throws java.lang.Exception
java.lang.Exceptionpublic void testCellCounteEndTimeRange()
throws java.lang.Exception
java.lang.Exceptionpublic void testCellCounteOutOfTimeRange()
throws java.lang.Exception
java.lang.Exceptionpublic void testCellCounterMain()
throws java.lang.Exception
java.lang.Exceptionpublic void testCellCounterForCompleteTable()
throws java.lang.Exception
java.lang.Exceptionpublic void TestCellCounterWithoutOutputDir()
throws java.lang.Exception
java.lang.Exception