Method Summary |
|
public static void | main(String[] args) Main method to run the test. |
protected void | setUp() Reads the sample CSV file for this test. |
protected void | tearDown() Closes the CSV reader. |
final public void | testCSVReader() Test the reader's construction method. |
final public void | testIterator() Test the reader's iterator() method. |