Class DbUnitTestEntity
java.lang.Object
com.reallifedeveloper.tools.test.database.dbunit.DbUnitTestEntity
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDbUnitTestEntity
(byte b, Short s, Integer id, Long l, Float f, Double d, Boolean bool, Character c, String string, Date date, DbUnitTestEntity.TestEnum testEnum, BigDecimal bd, BigInteger bi, TestEntity testEntity, Collection<TestEntity> testEntities) -
Method Summary
-
Constructor Details
-
DbUnitTestEntity
public DbUnitTestEntity(byte b, Short s, Integer id, Long l, Float f, Double d, Boolean bool, Character c, String string, Date date, DbUnitTestEntity.TestEnum testEnum, BigDecimal bd, BigInteger bi, TestEntity testEntity, Collection<TestEntity> testEntities)
-
-
Method Details
-
b
-
s
-
id
-
l
-
f
-
d
-
bool
-
c
-
string
-
date
-
testEnum
-
bd
-
bi
-
testEntity
-
testEntities
-