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 DbUnitDtdGeneratorDbUnitDtdGenerator.createFromSpringConfigurationClass(Class<?> configClass) Factory method to create a newDbUnitDtdGeneratorinstance using an application context constructed from a Spring configuration class, i.e., a class annotated withorg.springframework.context.annotation.Configuration.static DbUnitDtdGeneratorDbUnitDtdGenerator.createFromSpringXmlConfiguration(String springConfigResourceName) Factory method to create a newDbUnitDtdGeneratorinstance using an application context constructed from a Spring XML configuration file loaded from the classpath.