org.dbunit.database.search
Class ImportedKeysFilteredByPKsSingleTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.dbunit.AbstractHSQLTestCase
              extended by org.dbunit.database.AbstractSearchCallbackFilteredByPKsTestCase
                  extended by org.dbunit.database.AbstractImportedKeysFilteredByPKsTestCase
                      extended by org.dbunit.database.search.ImportedKeysFilteredByPKsSingleTest
All Implemented Interfaces:
junit.framework.Test

public class ImportedKeysFilteredByPKsSingleTest
extends AbstractImportedKeysFilteredByPKsTestCase


Field Summary
 
Fields inherited from class org.dbunit.AbstractHSQLTestCase
A, A1, A2, B, B1, B2, B3, B4, B5, B6, B7, B8, C, C1, C2, C3, C4, D, D1, D2, E, E1, E2, E3, E4, F, F1, F2, G, G1, G2, H, H1, H2, logger
 
Constructor Summary
ImportedKeysFilteredByPKsSingleTest(String testName)
           
ImportedKeysFilteredByPKsSingleTest(String testName, String sqlFile)
           
 
Method Summary
protected  int[] setupTablesSizeFixture()
           
 void testA()
           
 void testAWithRepeated()
           
 void testB()
           
 void testBWithRepeated()
           
 void testCWithOne()
           
 void testCWithRepeated()
           
 void testCWithTwo()
           
 void testCWithTwoInvertedInput()
           
 void testCWithTwoInvertedOutput()
           
 
Methods inherited from class org.dbunit.database.AbstractImportedKeysFilteredByPKsTestCase
getDataset
 
Methods inherited from class org.dbunit.database.AbstractSearchCallbackFilteredByPKsTestCase
addInput, addOutput, assertRows, assertTablesName, assertTablesSize, doIt, getInput, getOutput, setupTablesDataSetFixture, testSetupTables
 
Methods inherited from class org.dbunit.AbstractHSQLTestCase
dump, dump, getConnection, setUp, tearDown
 
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
 

Constructor Detail

ImportedKeysFilteredByPKsSingleTest

public ImportedKeysFilteredByPKsSingleTest(String testName)

ImportedKeysFilteredByPKsSingleTest

public ImportedKeysFilteredByPKsSingleTest(String testName,
                                           String sqlFile)
Method Detail

setupTablesSizeFixture

protected int[] setupTablesSizeFixture()
Specified by:
setupTablesSizeFixture in class AbstractSearchCallbackFilteredByPKsTestCase

testCWithOne

public void testCWithOne()
                  throws DataSetException,
                         SQLException,
                         SearchException
Throws:
DataSetException
SQLException
SearchException

testCWithTwo

public void testCWithTwo()
                  throws DataSetException,
                         SQLException,
                         SearchException
Throws:
DataSetException
SQLException
SearchException

testCWithTwoInvertedInput

public void testCWithTwoInvertedInput()
                               throws DataSetException,
                                      SQLException,
                                      SearchException
Throws:
DataSetException
SQLException
SearchException

testCWithTwoInvertedOutput

public void testCWithTwoInvertedOutput()
                                throws DataSetException,
                                       SQLException,
                                       SearchException
Throws:
DataSetException
SQLException
SearchException

testCWithRepeated

public void testCWithRepeated()
                       throws DataSetException,
                              SQLException,
                              SearchException
Throws:
DataSetException
SQLException
SearchException

testB

public void testB()
           throws DataSetException,
                  SQLException,
                  SearchException
Throws:
DataSetException
SQLException
SearchException

testBWithRepeated

public void testBWithRepeated()
                       throws DataSetException,
                              SQLException,
                              SearchException
Throws:
DataSetException
SQLException
SearchException

testA

public void testA()
           throws DataSetException,
                  SQLException,
                  SearchException
Throws:
DataSetException
SQLException
SearchException

testAWithRepeated

public void testAWithRepeated()
                       throws DataSetException,
                              SQLException,
                              SearchException
Throws:
DataSetException
SQLException
SearchException


Copyright © 2002-2012. All Rights Reserved.