java.lang.Object
com.reallifedeveloper.tools.test.database.dbunit.AbstractDbTest
com.reallifedeveloper.tools.test.database.dbunit.DbTestTest

@ExtendWith(org.springframework.test.context.junit.jupiter.SpringExtension.class) @ContextConfiguration(classes=DatabaseTestConfiguration.class) public class DbTestTest extends AbstractDbTest
  • Constructor Details

    • DbTestTest

      public DbTestTest()
  • Method Details

    • testRepository

      @Test public void testRepository()
    • tearDownBeforeSetUp

      @Test public void tearDownBeforeSetUp() throws Exception
      Throws:
      Exception
    • constructorTwoArgs

      @Test public void constructorTwoArgs()
    • constructorThreeArgsNullDataSetResourceNames

      @Test public void constructorThreeArgsNullDataSetResourceNames()
    • getDataSource

      protected DataSource getDataSource()
      Specified by:
      getDataSource in class AbstractDbTest
    • getDataTypeFactory

      protected Optional<org.dbunit.dataset.datatype.IDataTypeFactory> getDataTypeFactory()
      Overrides:
      getDataTypeFactory in class AbstractDbTest