Package org.dbunit

Class DataSourceBasedDBTestCase

All Implemented Interfaces:
org.junit.jupiter.api.extension.Extension, org.junit.jupiter.api.extension.InvocationInterceptor, org.junit.jupiter.api.extension.TestInstantiationAwareExtension

public abstract class DataSourceBasedDBTestCase extends DBTestCase
TestCase that uses a DataSourceDatabaseTester.
Since:
2.2.0
Version:
$Revision$ $Date$
Author:
Andres Almiray (aalmiray@users.sourceforge.net), Felipe Leme (dbunit@felipeal.net), Last changed by: $Author$
  • Constructor Details

    • DataSourceBasedDBTestCase

      public DataSourceBasedDBTestCase()
      Creates a testCase with no name.
    • DataSourceBasedDBTestCase

      public DataSourceBasedDBTestCase(String name)
      Creates a testCase with the given name.
      Parameters:
      name - the test case name.
  • Method Details