public class TestCellCounter extends Object
| 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 |
testCellCounterStartTimeRange()
Test CellCounter with time range all data should print to output
|
void |
TestCellCounterWithoutOutputDir() |
public void testCellCounter()
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
Exception