Package org.apache.any23.extractor.csv
Class CSVReaderBuilderTest
- java.lang.Object
-
- org.apache.any23.extractor.csv.CSVReaderBuilderTest
-
public class CSVReaderBuilderTest extends Object
Test case forCSVReaderBuilder.- Author:
- Michele Mostarda (mostarda@fbk.eu)
-
-
Constructor Summary
Constructors Constructor Description CSVReaderBuilderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestNegativeCSVDetection()Tests negative CSV detection.voidtestPositiveCSVDetection()Tests positive CSV detection.
-
-
-
Method Detail
-
testPositiveCSVDetection
public void testPositiveCSVDetection() throws IOExceptionTests positive CSV detection.- Throws:
IOException- if there is an error interpreting the input data
-
testNegativeCSVDetection
public void testNegativeCSVDetection() throws IOExceptionTests negative CSV detection.- Throws:
IOException- if there is an error interpreting the input data
-
-