| java.lang.Object org.dbunit.dataset.csv.CsvURLProducer
Constructor Summary | |
public | CsvURLProducer(URL base, String tableList) Create a Csv Data Set Producer which uses the base URL to retrieve
a list of tables and the data.
Parameters: base - the URL where the tableList and data can be found. |
CsvURLProducer | public CsvURLProducer(URL base, String tableList)(Code) | | Create a Csv Data Set Producer which uses the base URL to retrieve
a list of tables and the data.
Parameters: base - the URL where the tableList and data can be found. Parameters: tableList - the relative location of the list of tables. |
|
|