Package org.dbunit.operation
Class DeleteOperationIT
java.lang.Object
org.dbunit.DatabaseTestCase
org.dbunit.AbstractDatabaseIT
org.dbunit.operation.DeleteOperationIT
- All Implemented Interfaces:
org.junit.jupiter.api.extension.Extension,org.junit.jupiter.api.extension.InvocationInterceptor,org.junit.jupiter.api.extension.TestInstantiationAwareExtension
- Since:
- Feb 19, 2002
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.junit.jupiter.api.extension.InvocationInterceptor
org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T>Nested classes/interfaces inherited from interface org.junit.jupiter.api.extension.TestInstantiationAwareExtension
org.junit.jupiter.api.extension.TestInstantiationAwareExtension.ExtensionContextScope -
Field Summary
Fields inherited from class org.dbunit.AbstractDatabaseIT
_connection, logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dbunit.AbstractDatabaseIT
closeConnection, convertString, createOrderedTable, environmentHasFeature, getConnection, getDatabaseTester, getDataSet, getEnvironment, runTest, runTest, setUp, setUpDatabaseConfig, tearDownMethods inherited from class org.dbunit.DatabaseTestCase
getName, getOperationListener, getSetUpOperation, getTearDownOperation, newDatabaseTesterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.jupiter.api.extension.InvocationInterceptor
interceptAfterAllMethod, interceptAfterEachMethod, interceptBeforeAllMethod, interceptBeforeEachMethod, interceptDynamicTest, interceptTestClassConstructor, interceptTestFactoryMethod, interceptTestMethod, interceptTestTemplateMethodMethods inherited from interface org.junit.jupiter.api.extension.TestInstantiationAwareExtension
getTestInstantiationExtensionContextScope
-
Constructor Details
-
DeleteOperationIT
public DeleteOperationIT()
-