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
Exception
public void testRowCounterExclusiveColumn() throws Exception
Exception
public void testRowCounterColumnWithColonInQualifier() throws Exception
Exception
public void testRowCounterHiddenColumn() throws Exception
Exception
public void testRowCounterTimeRange() throws Exception
Exception