public class TestRowCounter
extends java.lang.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 static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testRowCounterNoColumn()
throws java.lang.Exception
java.lang.Exceptionpublic void testRowCounterExclusiveColumn()
throws java.lang.Exception
java.lang.Exceptionpublic void testRowCounterColumnWithColonInQualifier()
throws java.lang.Exception
java.lang.Exceptionpublic void testRowCounterHiddenColumn()
throws java.lang.Exception
java.lang.Exceptionpublic void testRowCounterTimeRange()
throws java.lang.Exception
java.lang.Exceptionpublic void testImportMain()
throws java.lang.Exception
java.lang.Exception