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 Details

    • DbTestHelperTest

      public DbTestHelperTest()
  • Method Details

    • normalUseWithDtd

      @Test public void normalUseWithDtd() throws Exception
      Throws:
      Exception
    • normalUseWithDtdAndWithoutDataTypeFactory

      @Test public void normalUseWithDtdAndWithoutDataTypeFactory() throws Exception
      Throws:
      Exception
    • normalUseWithoutDtd

      @Test public void normalUseWithoutDtd() throws Exception
      Throws:
      Exception
    • readDataSetFromClasspathNonExistingDtd

      @Test public void readDataSetFromClasspathNonExistingDtd() throws Exception
      Throws:
      Exception
    • readDataSetFromClasspathNonExistingResourceName

      @Test public void readDataSetFromClasspathNonExistingResourceName() throws Exception
      Throws:
      Exception
    • readDataSetFromClasspathNullResourceNames

      @Test public void readDataSetFromClasspathNullResourceNames() throws Exception
      Throws:
      Exception
    • readDataSetFromClasspathEmptyResourceNames

      @Test public void readDataSetFromClasspathEmptyResourceNames() throws Exception
      Throws:
      Exception
    • constructorNullDataSource

      @Test public void constructorNullDataSource() throws Exception
      Throws:
      Exception
    • constructorNullDataSet

      @Test public void constructorNullDataSet() throws Exception
      Throws:
      Exception