org.apache.any23.extractor.csv
Class CSVReaderBuilderTest

java.lang.Object
  extended by org.apache.any23.extractor.csv.CSVReaderBuilderTest

public class CSVReaderBuilderTest
extends Object

Test case for CSVReaderBuilder.

Author:
Michele Mostarda (mostarda@fbk.eu)

Constructor Summary
CSVReaderBuilderTest()
           
 
Method Summary
 void testNegativeCSVDetection()
          Tests negative CSV detection.
 void testPositiveCSVDetection()
          Tests positive CSV detection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVReaderBuilderTest

public CSVReaderBuilderTest()
Method Detail

testPositiveCSVDetection

public void testPositiveCSVDetection()
                              throws IOException
Tests positive CSV detection.

Throws:
IOException

testNegativeCSVDetection

public void testNegativeCSVDetection()
                              throws IOException
Tests negative CSV detection.

Throws:
IOException


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.