Uses of Class
com.reallifedeveloper.tools.test.database.dbunit.DbUnitDtdGenerator
Packages that use DbUnitDtdGenerator
-
Uses of DbUnitDtdGenerator in com.reallifedeveloper.tools.test.database.dbunit
Methods in com.reallifedeveloper.tools.test.database.dbunit that return DbUnitDtdGeneratorModifier and TypeMethodDescriptionstatic DbUnitDtdGenerator
DbUnitDtdGenerator.createFromSpringConfigurationClass
(Class<?> configClass) Factory method to create a newDbUnitDtdGenerator
instance using an application context constructed from a Spring configuration class, i.e., a class annotated withorg.springframework.context.annotation.Configuration
.static DbUnitDtdGenerator
DbUnitDtdGenerator.createFromSpringXmlConfiguration
(String springConfigResourceName) Factory method to create a newDbUnitDtdGenerator
instance using an application context constructed from a Spring XML configuration file loaded from the classpath.