Uses of Class
com.github.database.rider.core.configuration.ExpectedDataSetConfig
-
Packages that use ExpectedDataSetConfig Package Description com.github.database.rider.core.configuration com.github.database.rider.core.dsl -
-
Uses of ExpectedDataSetConfig in com.github.database.rider.core.configuration
Methods in com.github.database.rider.core.configuration that return ExpectedDataSetConfig Modifier and Type Method Description ExpectedDataSetConfigExpectedDataSetConfig. compareOperation(CompareOperation compareOperation)ExpectedDataSetConfigExpectedDataSetConfig. ignoreCols(String... ignoredCols)ExpectedDataSetConfigExpectedDataSetConfig. orderBy(String... orderBy)ExpectedDataSetConfigExpectedDataSetConfig. replacers(Class<? extends Replacer>... replacers) -
Uses of ExpectedDataSetConfig in com.github.database.rider.core.dsl
Methods in com.github.database.rider.core.dsl with parameters of type ExpectedDataSetConfig Modifier and Type Method Description static voidRiderDSL.DBUnitConfigDSL. expectDataSet(ExpectedDataSetConfig expectedDataSetConfig)Compares current database state with expected datasetvoidRiderDSL. expectDataSet(ExpectedDataSetConfig expectedDataSetConfig)Compares current database state with an expected dataset.
-