org.dbunit.database
Class PrimaryKeyFilteredTableWrapperTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.dbunit.AbstractHSQLTestCase
              extended by org.dbunit.database.PrimaryKeyFilteredTableWrapperTest
All Implemented Interfaces:
junit.framework.Test

public class PrimaryKeyFilteredTableWrapperTest
extends AbstractHSQLTestCase

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

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
PrimaryKeyFilteredTableWrapperTest(String name)
           
 
Method Summary
protected  void setUp()
           
 void testAllowEverything()
           
 void testAllowEverythingWithClonedSet()
           
 void testConstructorNullSet()
           
 void testConstructorNullTable()
           
 void testDenyEverything()
           
 void testFilterFirst()
           
 void testFilterLast()
           
 void testFilterMiddle()
           
 
Methods inherited from class org.dbunit.AbstractHSQLTestCase
dump, dump, getConnection, 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

PrimaryKeyFilteredTableWrapperTest

public PrimaryKeyFilteredTableWrapperTest(String name)
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class AbstractHSQLTestCase
Throws:
Exception

testConstructorNullTable

public void testConstructorNullTable()
                              throws DataSetException
Throws:
DataSetException

testConstructorNullSet

public void testConstructorNullSet()
                            throws DataSetException
Throws:
DataSetException

testDenyEverything

public void testDenyEverything()
                        throws DataSetException
Throws:
DataSetException

testAllowEverything

public void testAllowEverything()
                         throws DataSetException
Throws:
DataSetException

testAllowEverythingWithClonedSet

public void testAllowEverythingWithClonedSet()
                                      throws DataSetException
Throws:
DataSetException

testFilterLast

public void testFilterLast()
                    throws DataSetException
Throws:
DataSetException

testFilterFirst

public void testFilterFirst()
                     throws DataSetException
Throws:
DataSetException

testFilterMiddle

public void testFilterMiddle()
                      throws DataSetException
Throws:
DataSetException


Copyright © 2002-2012. All Rights Reserved.