public class CSVReaderIntegrationTest
extends AbstractOSGiTest
| Constructor and Description |
|---|
CSVReaderIntegrationTest()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doAfter()
Here you can put everything you want to be exectued after every test
|
void |
doBefore()
Here you can put everything you want to be exectued before every test
|
void |
testCSVReaderConvertHeader()
Tests the method for the conversion of a CSV file into a map of the CSVReader, in the case that the CSV file
has a header.
|
void |
testCSVReaderConvertHeaderOptions()
Tests the implementation of the CSVReader when the data types are passed as options.
|
void |
testCSVReaderConvertNoHeader()
Tests the method for the conversion of a CSV file into a map of the CSVReader, in the case that the CSV file
has NO header.
|
void |
testCSVReaderConvertNOHeaderOptions()
Tests the implementation of the CSVReader when the data types are passed as options.
|
void |
testCSVReaderCreation()
Tests the activation of the CSVReader
|
void |
testCSVReaderInputStreamConvertHeaderOptions()
Check the CSVReader convert method when passing an InputStream instead of a file as parameter.
|
void |
testCSVReaderInputStreamConvertNOHeaderOptions()
Tests the implementation of the CSVReader when an InputStream is passed instead of a File
In this case the data should be saved with the corresponding data type.
|
public CSVReaderIntegrationTest()
bundleContext - public void doBefore()
public void doAfter()
public void testCSVReaderCreation()
public void testCSVReaderConvertHeader()
throws java.io.IOException
java.io.IOExceptionpublic void testCSVReaderConvertNoHeader()
throws java.io.IOException
java.io.IOExceptionpublic void testCSVReaderConvertHeaderOptions()
throws java.io.IOException
java.io.IOExceptionpublic void testCSVReaderConvertNOHeaderOptions()
throws java.io.IOException
java.io.IOExceptionpublic void testCSVReaderInputStreamConvertHeaderOptions()
throws java.io.IOException
java.io.IOExceptionpublic void testCSVReaderInputStreamConvertNOHeaderOptions()
throws java.io.IOException
java.io.IOExceptionData In Motion GmbH all rights reserved