public class TestRowCounter extends Object
| Constructor and Description |
|---|
TestRowCounter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testImportMain()
test main method.
|
void |
testRowCounterColumnWithColonInQualifier()
Test a case when the column specified in command line arguments is
one for which the qualifier contains colons.
|
void |
testRowCounterExclusiveColumn()
Test a case when the column specified in command line arguments is
exclusive for few rows.
|
void |
testRowCounterHiddenColumn()
Test a case when the column specified in command line arguments is not part
of first KV for a row.
|
void |
testRowCounterNoColumn()
Test a case when no column was specified in command line arguments.
|
void |
testRowCounterTimeRange()
Test a case when the timerange is specified with --starttime and --endtime options
|
public void testRowCounterNoColumn()
throws Exception
Exceptionpublic void testRowCounterExclusiveColumn()
throws Exception
Exceptionpublic void testRowCounterColumnWithColonInQualifier()
throws Exception
Exceptionpublic void testRowCounterHiddenColumn()
throws Exception
Exceptionpublic void testRowCounterTimeRange()
throws Exception
Exception