Uses of Class
it.openutils.testing.dbunit.DatasetType

Packages that use DatasetType
it.openutils.testing   
it.openutils.testing.dbunit   
 

Uses of DatasetType in it.openutils.testing
 

Methods in it.openutils.testing with parameters of type DatasetType
static void DbUnitUtils.exportDataset(org.dbunit.database.IDatabaseConnection connection, java.lang.String[] tableNames, java.io.File file, DatasetType datasetType)
          Exports a list of table to an xml/xsl file
 void DbUnitUtils.exportTablesToDir(org.dbunit.database.IDatabaseConnection connection, java.io.File directory, DatasetType datasetType, org.dbunit.dataset.filter.ITableFilter tableFilter)
          Exports a full db saving a dataset for each table.
static org.dbunit.dataset.IDataSet DbUnitUtils.loadDataset(java.net.URL url, DatasetType datasetType)
           
 

Uses of DatasetType in it.openutils.testing.dbunit
 

Methods in it.openutils.testing.dbunit that return DatasetType
static DatasetType DatasetType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DatasetType[] DatasetType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2005-2009 Openmind. All Rights Reserved.