Uses of Class
com.github.database.rider.core.api.configuration.DataSetMergingStrategy
-
Packages that use DataSetMergingStrategy Package Description com.github.database.rider.core.api.configuration com.github.database.rider.core.configuration -
-
Uses of DataSetMergingStrategy in com.github.database.rider.core.api.configuration
Methods in com.github.database.rider.core.api.configuration that return DataSetMergingStrategy Modifier and Type Method Description DataSetMergingStrategymergingStrategy()When dataset merging strategy is set to CLASS then we first load class level datasets and later method level datasets Default is methodstatic DataSetMergingStrategyDataSetMergingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSetMergingStrategy[]DataSetMergingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DataSetMergingStrategy in com.github.database.rider.core.configuration
Methods in com.github.database.rider.core.configuration that return DataSetMergingStrategy Modifier and Type Method Description DataSetMergingStrategyDBUnitConfig. getMergingStrategy()Methods in com.github.database.rider.core.configuration with parameters of type DataSetMergingStrategy Modifier and Type Method Description DBUnitConfigDBUnitConfig. mergingStrategy(DataSetMergingStrategy dataSetMergingStrategy)voidDBUnitConfig. setMergingStrategy(DataSetMergingStrategy mergingStrategy)
-