Annotation Type UsingDataSet
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface UsingDataSet
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description LoadStrategyEnumloadStrategyjava.lang.String[]locationsSelective[]withSelectiveLocations
-
-
-
-
loadStrategy
LoadStrategyEnum loadStrategy
- Default:
- com.lordofthejars.nosqlunit.core.LoadStrategyEnum.CLEAN_INSERT
-
-
-
withSelectiveLocations
Selective[] withSelectiveLocations
- Default:
- {}
-
-