Uses of Class
com.reallifedeveloper.tools.test.database.dbunit.TestEntity
Packages that use TestEntity
Package
Description
-
Uses of TestEntity in com.reallifedeveloper.tools.test.database.csv
Method parameters in com.reallifedeveloper.tools.test.database.csv with type arguments of type TestEntityModifier and TypeMethodDescriptionvoidCsvDatabaseReaderTest.readTestEntityFile(org.springframework.data.repository.CrudRepository<TestEntity, Long> repository) voidCsvDatabaseReaderTest.readTestEntityFileWithIncorrectAttribute(org.springframework.data.repository.CrudRepository<TestEntity, Long> repository) voidCsvDatabaseReaderTest.readTestEntityFileWithNoIdAttribute(org.springframework.data.repository.CrudRepository<TestEntity, Long> repository) voidCsvDatabaseReaderTest.readTestEntityFromNonExistingFile(org.springframework.data.repository.CrudRepository<TestEntity, Long> repository) voidCsvDatabaseReaderTest.readTestEntityFromWrongTypeOfFile(org.springframework.data.repository.CrudRepository<TestEntity, Long> repository) -
Uses of TestEntity in com.reallifedeveloper.tools.test.database.dbunit
Methods in com.reallifedeveloper.tools.test.database.dbunit with parameters of type TestEntityModifier and TypeMethodDescriptionstatic voidDatabaseReaderTestCases.verifyEntity(TestEntity expected, TestEntity actual) Method parameters in com.reallifedeveloper.tools.test.database.dbunit with type arguments of type TestEntityModifier and TypeMethodDescriptionvoidDatabaseReaderTestCases.readTestEntityFile(org.springframework.data.repository.CrudRepository<TestEntity, Long> repository) Read a file with information aboutTestEntityobjects and save them in a repository.voidDbUnitFlatXmlReaderTest.readTestEntityFile(org.springframework.data.repository.CrudRepository<TestEntity, Long> repository) voidDatabaseReaderTestCases.readTestEntityFileWithIncorrectAttribute(org.springframework.data.repository.CrudRepository<TestEntity, Long> repository) Read a file with information aboutTestEntityobjects, but with thenameattribute misspelled asnamex.voidDbUnitFlatXmlReaderTest.readTestEntityFileWithIncorrectAttribute(org.springframework.data.repository.CrudRepository<TestEntity, Long> repository) voidDatabaseReaderTestCases.readTestEntityFileWithNoIdAttribute(org.springframework.data.repository.CrudRepository<TestEntity, Long> repository) Read a file with information aboutTestEntityobjects, but missing theidattribute.voidDbUnitFlatXmlReaderTest.readTestEntityFileWithNoIdAttribute(org.springframework.data.repository.CrudRepository<TestEntity, Long> repository) voidDatabaseReaderTestCases.readTestEntityFromNonExistingFile(org.springframework.data.repository.CrudRepository<TestEntity, Long> repository) Try to readTestEntityinformation from a non-existing file named/no/such/file.voidDbUnitFlatXmlReaderTest.readTestEntityFromNonExistingFile(org.springframework.data.repository.CrudRepository<TestEntity, Long> repository) voidDatabaseReaderTestCases.readTestEntityFromWrongTypeOfFile(org.springframework.data.repository.CrudRepository<TestEntity, Long> repository) Try to readTestEntityinformation from a file withDeUnitTestEntityobject information.voidDbUnitFlatXmlReaderTest.readTestEntityFromWrongTypeOfFile(org.springframework.data.repository.CrudRepository<TestEntity, Long> repository)