org.apache.commons.pipeline
Class PipelineTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.pipeline.PipelineTest
All Implemented Interfaces:
junit.framework.Test

public class PipelineTest
extends junit.framework.TestCase

Test cases


Constructor Summary
PipelineTest(String testName)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testGetBranchFeeder()
          Test of getBranchFeeder method, of class org.apache.commons.pipeline.Pipeline.
 void testGetDownstreamFeeder()
          Test of getDownstreamFeeder method, of class org.apache.commons.pipeline.Pipeline.
 void testGetRegisteredListeners()
          Test of getRegisteredListeners method, of class org.apache.commons.pipeline.Pipeline.
 void testRaise()
          Test of raise method, of class org.apache.commons.pipeline.Pipeline.
 void testRaiseOnBranch()
           
 void testRegisterListener()
          Test of registerListener method, of class org.apache.commons.pipeline.Pipeline.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PipelineTest

public PipelineTest(String testName)
Method Detail

suite

public static junit.framework.Test suite()

testRegisterListener

public void testRegisterListener()
Test of registerListener method, of class org.apache.commons.pipeline.Pipeline.


testGetRegisteredListeners

public void testGetRegisteredListeners()
Test of getRegisteredListeners method, of class org.apache.commons.pipeline.Pipeline.


testRaise

public void testRaise()
               throws Exception
Test of raise method, of class org.apache.commons.pipeline.Pipeline.

Throws:
Exception

testRaiseOnBranch

public void testRaiseOnBranch()
                       throws Exception
Throws:
Exception

testGetDownstreamFeeder

public void testGetDownstreamFeeder()
                             throws Exception
Test of getDownstreamFeeder method, of class org.apache.commons.pipeline.Pipeline.

Throws:
Exception

testGetBranchFeeder

public void testGetBranchFeeder()
                         throws Exception
Test of getBranchFeeder method, of class org.apache.commons.pipeline.Pipeline.

Throws:
Exception


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