org.dbunit.dataset.common.handlers
Class EnforceHandlerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.dbunit.dataset.common.handlers.EnforceHandlerTest
All Implemented Interfaces:
junit.framework.Test

public class EnforceHandlerTest
extends junit.framework.TestCase

author: fede 4-set-2003 11.42.06 $Revision: 817 $


Constructor Summary
EnforceHandlerTest()
           
 
Method Summary
protected  void setUp()
           
 void testDontRemoveItselfOnException()
           
 void testEnforceOneBetweenMany()
           
 void testOwnAnEnforcedHandler()
           
 void testRemoveItselfAfterEnforcing()
           
 void testThrowExceptionWhenEnforcedDoesNotHandle()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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

EnforceHandlerTest

public EnforceHandlerTest()
Method Detail

testOwnAnEnforcedHandler

public void testOwnAnEnforcedHandler()

testThrowExceptionWhenEnforcedDoesNotHandle

public void testThrowExceptionWhenEnforcedDoesNotHandle()
                                                 throws PipelineException,
                                                        IllegalInputCharacterException
Throws:
PipelineException
IllegalInputCharacterException

testDontRemoveItselfOnException

public void testDontRemoveItselfOnException()
                                     throws PipelineException,
                                            IllegalInputCharacterException
Throws:
PipelineException
IllegalInputCharacterException

testRemoveItselfAfterEnforcing

public void testRemoveItselfAfterEnforcing()
                                    throws PipelineException,
                                           IllegalInputCharacterException
Throws:
PipelineException
IllegalInputCharacterException

testEnforceOneBetweenMany

public void testEnforceOneBetweenMany()
                               throws PipelineException,
                                      IllegalInputCharacterException
Throws:
PipelineException
IllegalInputCharacterException

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception


Copyright © 2002-2012. All Rights Reserved.