org.dbunit.database.search
Class ImportAndExportKeysSearchCallbackOwnFileTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.dbunit.database.search.AbstractMetaDataBasedSearchCallbackTestCase
              extended by org.dbunit.database.search.ImportAndExportKeysSearchCallbackOwnFileTest
All Implemented Interfaces:
junit.framework.Test

public class ImportAndExportKeysSearchCallbackOwnFileTest
extends AbstractMetaDataBasedSearchCallbackTestCase

Since:
Aug 28, 2005
Version:
$Revision: 769 $
Author:
Felipe Leme (dbunit@felipeal.net)

Field Summary
static String[][] COMPOUND_INPUT
           
static String[][] COMPOUND_OUTPUT
           
static String[][] SINGLE_INPUT
           
static String[][] SINGLE_OUTPUT
           
static String SQL_FILE
           
 
Constructor Summary
ImportAndExportKeysSearchCallbackOwnFileTest(String testName)
           
 
Method Summary
protected  AbstractMetaDataBasedSearchCallback getCallback(IDatabaseConnection connection)
           
protected  String[][] getExpectedOutput()
           
protected  String[][] getInput()
           
static String[][] getSingleInputWithSchema(String schema)
           
 
Methods inherited from class org.dbunit.database.search.AbstractMetaDataBasedSearchCallbackTestCase
getConnection, setUp, tearDown, testAllInput
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SQL_FILE

public static final String SQL_FILE
See Also:
Constant Field Values

SINGLE_INPUT

public static final String[][] SINGLE_INPUT

COMPOUND_INPUT

public static final String[][] COMPOUND_INPUT

SINGLE_OUTPUT

public static final String[][] SINGLE_OUTPUT

COMPOUND_OUTPUT

public static final String[][] COMPOUND_OUTPUT
Constructor Detail

ImportAndExportKeysSearchCallbackOwnFileTest

public ImportAndExportKeysSearchCallbackOwnFileTest(String testName)
Method Detail

getSingleInputWithSchema

public static String[][] getSingleInputWithSchema(String schema)

getInput

protected String[][] getInput()
Specified by:
getInput in class AbstractMetaDataBasedSearchCallbackTestCase

getExpectedOutput

protected String[][] getExpectedOutput()
Specified by:
getExpectedOutput in class AbstractMetaDataBasedSearchCallbackTestCase

getCallback

protected AbstractMetaDataBasedSearchCallback getCallback(IDatabaseConnection connection)
Specified by:
getCallback in class AbstractMetaDataBasedSearchCallbackTestCase


Copyright © 2002-2012. All Rights Reserved.