Package org.dbunit.database.search
Class ImportAndExportKeysSearchCallbackIT
java.lang.Object
org.dbunit.DatabaseTestCase
org.dbunit.AbstractDatabaseIT
org.dbunit.database.search.AbstractMetaDataBasedSearchCallbackTestCase
org.dbunit.database.search.ImportAndExportKeysSearchCallbackIT
- All Implemented Interfaces:
org.junit.jupiter.api.extension.Extension,org.junit.jupiter.api.extension.InvocationInterceptor,org.junit.jupiter.api.extension.TestInstantiationAwareExtension
public class ImportAndExportKeysSearchCallbackIT
extends AbstractMetaDataBasedSearchCallbackTestCase
- Since:
- Aug 28, 2005
- Version:
- $Revision$
- Author:
- Felipe Leme (dbunit@felipeal.net)
-
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
FieldsModifier and TypeFieldDescriptionstatic final String[][]static final String[][]static final String[][]static final String[][]static final StringFields inherited from class org.dbunit.AbstractDatabaseIT
_connection, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractMetaDataBasedSearchCallbackgetCallback(IDatabaseConnection connection) protected String[][]protected String[][]getInput()static String[][]getSingleInputWithSchema(String schema) protected Stringprotected String[]Methods inherited from class org.dbunit.database.search.AbstractMetaDataBasedSearchCallbackTestCase
getConnection, refreshConnection, setSqlFile, setUpConnectionWithFile, tearDownTablesMethods inherited from class org.dbunit.AbstractDatabaseIT
closeConnection, convertString, createOrderedTable, environmentHasFeature, 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
-
Field Details
-
SQL_FILE
- See Also:
-
SINGLE_INPUT
-
COMPOUND_INPUT
-
SINGLE_OUTPUT
-
COMPOUND_OUTPUT
-
-
Constructor Details
-
ImportAndExportKeysSearchCallbackIT
public ImportAndExportKeysSearchCallbackIT()
-
-
Method Details
-
getSqlFile
- Specified by:
getSqlFilein classAbstractMetaDataBasedSearchCallbackTestCase
-
getTestTableNames
- Specified by:
getTestTableNamesin classAbstractMetaDataBasedSearchCallbackTestCase
-
getSingleInputWithSchema
-
getInput
- Specified by:
getInputin classAbstractMetaDataBasedSearchCallbackTestCase
-
getExpectedOutput
- Specified by:
getExpectedOutputin classAbstractMetaDataBasedSearchCallbackTestCase
-
getCallback
- Specified by:
getCallbackin classAbstractMetaDataBasedSearchCallbackTestCase
-