Uses of Class
org.unitils.dbunit.util.MultiSchemaDataSet

Packages that use MultiSchemaDataSet
org.unitils.dbunit   
org.unitils.dbunit.datasetfactory   
org.unitils.dbunit.datasetfactory.impl   
org.unitils.dbunit.util   
 

Uses of MultiSchemaDataSet in org.unitils.dbunit
 

Methods in org.unitils.dbunit that return MultiSchemaDataSet
protected  MultiSchemaDataSet DbUnitModule.getDataSet(Class<?> testClass, String[] dataSetFileNames, DataSetFactory dataSetFactory)
          Creates the dataset for the given file.
 MultiSchemaDataSet DbUnitModule.getDataSet(Method testMethod, Object testObject)
          Using the values of the method-level or class-level DataSet annotations, returns the data set for the given test method.
 MultiSchemaDataSet DbUnitModule.getExpectedDataSet(Method testMethod, Object testObject)
          Returns the MultiSchemaDataSet that represents the state of a number of database tables after the given Method has been executed.
 

Methods in org.unitils.dbunit with parameters of type MultiSchemaDataSet
protected  void DbUnitModule.insertDataSet(MultiSchemaDataSet multiSchemaDataSet, DataSetLoadStrategy dataSetLoadStrategy)
          Loads the given multi schema dataset into the database, using the given loadstrategy
 

Uses of MultiSchemaDataSet in org.unitils.dbunit.datasetfactory
 

Methods in org.unitils.dbunit.datasetfactory that return MultiSchemaDataSet
 MultiSchemaDataSet DataSetFactory.createDataSet(File... dataSetFiles)
          Creates a MultiSchemaDataSet using the given file.
 

Uses of MultiSchemaDataSet in org.unitils.dbunit.datasetfactory.impl
 

Methods in org.unitils.dbunit.datasetfactory.impl that return MultiSchemaDataSet
 MultiSchemaDataSet MultiSchemaXmlDataSetFactory.createDataSet(File... dataSetFiles)
          Creates a MultiSchemaDataSet using the given file.
 

Uses of MultiSchemaDataSet in org.unitils.dbunit.util
 

Methods in org.unitils.dbunit.util that return MultiSchemaDataSet
 MultiSchemaDataSet MultiSchemaXmlDataSetReader.DataSetContentHandler.getMultiSchemaDataSet()
          Gets the result data set.
 MultiSchemaDataSet MultiSchemaXmlDataSetReader.readDataSetXml(File... dataSetFiles)
          Parses the datasets from the given files.
 



Copyright © 2011. All Rights Reserved.