Class DbTestHelperTest
java.lang.Object
com.reallifedeveloper.tools.test.database.dbunit.DbTestHelperTest
@ExtendWith(org.springframework.test.context.junit.jupiter.SpringExtension.class)
@ContextConfiguration(classes=DatabaseTestConfiguration.class)
public class DbTestHelperTest
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
-
Constructor Details
-
DbTestHelperTest
public DbTestHelperTest()
-
-
Method Details
-
normalUseWithDtd
- Throws:
Exception
-
normalUseWithDtdAndWithoutDataTypeFactory
- Throws:
Exception
-
normalUseWithoutDtd
- Throws:
Exception
-
readDataSetFromClasspathNonExistingDtd
- Throws:
Exception
-
readDataSetFromClasspathNonExistingResourceName
- Throws:
Exception
-
readDataSetFromClasspathNullResourceNames
- Throws:
Exception
-
readDataSetFromClasspathEmptyResourceNames
- Throws:
Exception
-
constructorNullDataSource
- Throws:
Exception
-
constructorNullDataSet
- Throws:
Exception
-