org.apache.commons.pipeline.stage
Class AddToCollectionStageTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.pipeline.AbstractLoggingTestCase
              extended by org.apache.commons.pipeline.stage.AbstractStageTest
                  extended by org.apache.commons.pipeline.stage.AddToCollectionStageTest
All Implemented Interfaces:
junit.framework.Test

public class AddToCollectionStageTest
extends AbstractStageTest

Test cases for AddToCollectionStage


Field Summary
 
Fields inherited from class org.apache.commons.pipeline.stage.AbstractStageTest
testContext, testFeeder
 
Constructor Summary
AddToCollectionStageTest(String testName)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testProcess()
          Test of process method, of class org.apache.commons.pipeline.stage.AddToCollectionStage.
 
Methods inherited from class org.apache.commons.pipeline.stage.AbstractStageTest
init, 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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddToCollectionStageTest

public AddToCollectionStageTest(String testName)
Method Detail

suite

public static junit.framework.Test suite()

testProcess

public void testProcess()
                 throws Exception
Test of process method, of class org.apache.commons.pipeline.stage.AddToCollectionStage.

Throws:
Exception


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.