Uses of Interface
com.github.database.rider.core.replacers.Replacer
-
-
Uses of Replacer in com.github.database.rider.core.api.configuration
Methods in com.github.database.rider.core.api.configuration that return types with arguments of type Replacer Modifier and Type Method Description Class<? extends Replacer>[]replacers() -
Uses of Replacer in com.github.database.rider.core.api.dataset
Methods in com.github.database.rider.core.api.dataset that return types with arguments of type Replacer Modifier and Type Method Description Class<? extends Replacer>[]replacers()Class<? extends Replacer>[]DataSetImpl. replacers()Class<? extends Replacer>[]replacers() -
Uses of Replacer in com.github.database.rider.core.configuration
Methods in com.github.database.rider.core.configuration that return types with arguments of type Replacer Modifier and Type Method Description Class<? extends Replacer>[]DataSetConfig. getReplacers()Class<? extends Replacer>[]ExpectedDataSetConfig. getReplacers() -
Uses of Replacer in com.github.database.rider.core.replacers
Classes in com.github.database.rider.core.replacers that implement Replacer Modifier and Type Class Description classDateTimeReplacerbased on: http://marcin-michalski.pl/2012/10/22/decorating-dbunit-datasets-power-of-replacementdataset/classIncludeReplacerReplacer which replaces "[INCLUDE]path/to/the/file" with actual content of the path/to/the/file File should be available in the classpath.classNullReplacerReplacer which replaces [null] placehoder with actualnullvalue.classUnixTimestampReplacerReplacer which replaces [UNIX_TIMESTAMP] placeholder with Unix timestamp (obtained throughSystem.currentTimeMillis()
-