Uses of Class
com.reallifedeveloper.tools.test.database.dbunit.DbUnitTestEntity
Packages that use DbUnitTestEntity
Package
Description
-
Uses of DbUnitTestEntity in com.reallifedeveloper.tools.test.database.csv
Method parameters in com.reallifedeveloper.tools.test.database.csv with type arguments of type DbUnitTestEntityModifier and TypeMethodDescriptionvoidCsvDatabaseReaderTest.readDbUnitTestEntityFiles(org.springframework.data.repository.CrudRepository<DbUnitTestEntity, Integer> repository) -
Uses of DbUnitTestEntity in com.reallifedeveloper.tools.test.database.dbunit
Methods in com.reallifedeveloper.tools.test.database.dbunit with parameters of type DbUnitTestEntityModifier and TypeMethodDescriptionstatic voidDatabaseReaderTestCases.verifyEntity(DbUnitTestEntity expected, DbUnitTestEntity actual) Method parameters in com.reallifedeveloper.tools.test.database.dbunit with type arguments of type DbUnitTestEntityModifier and TypeMethodDescriptionvoidDatabaseReaderTestCases.readDbUnitTestEntityFiles(org.springframework.data.repository.CrudRepository<DbUnitTestEntity, Integer> repository) Read one or more files with information aboutSbUnitTestEntityobjects and save them in a repository.voidDbUnitFlatXmlReaderTest.readDbUnitTestEntityFiles(org.springframework.data.repository.CrudRepository<DbUnitTestEntity, Integer> repository)