public final class TestCSVReader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static boolean |
HIDE_COMMENTS
true if should test processing hiding comments *
|
(package private) static boolean |
READ_A_LINE_AT_A_TIME
true if should test processing a line at a time
|
Constructor and Description |
---|
TestCSVReader() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Test driver
|
static final boolean HIDE_COMMENTS
static final boolean READ_A_LINE_AT_A_TIME