org.dbunit.dataset.common.handlers
Class PipelineTest

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

public class PipelineTest
extends junit.framework.TestCase

author: fede 29-lug-2003 16.14.18 $Revision: 817 $


Constructor Summary
PipelineTest()
           
 
Method Summary
protected  void setUp()
           
 void testAnHandlerCanBeAddedInFront()
           
 void testEachHandlerIsCalled()
           
 void testRemovingTheLastHandlerThrowsException()
           
 void testTheFrontHandlerIsThereAfterAddingAndRemovingAnother()
           
 void testWhenAPieceIsDoneIsAddedToProducts()
           
 void testWhetAPieceIsDoneANewOneIsCreated()
           
 
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

PipelineTest

public PipelineTest()
Method Detail

testRemovingTheLastHandlerThrowsException

public void testRemovingTheLastHandlerThrowsException()

testAnHandlerCanBeAddedInFront

public void testAnHandlerCanBeAddedInFront()
                                    throws PipelineException
Throws:
PipelineException

testTheFrontHandlerIsThereAfterAddingAndRemovingAnother

public void testTheFrontHandlerIsThereAfterAddingAndRemovingAnother()
                                                             throws PipelineException
Throws:
PipelineException

testEachHandlerIsCalled

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

testWhenAPieceIsDoneIsAddedToProducts

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

testWhetAPieceIsDoneANewOneIsCreated

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

setUp

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


Copyright © 2002-2012. All Rights Reserved.