org.apache.commons.pipeline.driver
Class StageDriverTestUtils

java.lang.Object
  extended by org.apache.commons.pipeline.driver.StageDriverTestUtils

public class StageDriverTestUtils
extends Object


Constructor Summary
StageDriverTestUtils()
           
 
Method Summary
static void testMultiFaultingStage(junit.framework.TestCase test, org.apache.commons.pipeline.StageDriverFactory driverFactory)
          Tests a stage driver created by the provided StageDriverFactory with a set of three test stages.
static void testMultiStage(junit.framework.TestCase test, org.apache.commons.pipeline.StageDriverFactory driverFactory)
          Tests a stage driver created by the provided StageDriverFactory with a set of three test stages.
static void testSingleStage(junit.framework.TestCase test, org.apache.commons.pipeline.StageDriverFactory driverFactory)
          Tests a stage driver created by the provided StageDriverFactory with a single test stage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StageDriverTestUtils

public StageDriverTestUtils()
Method Detail

testSingleStage

public static void testSingleStage(junit.framework.TestCase test,
                                   org.apache.commons.pipeline.StageDriverFactory driverFactory)
                            throws Exception
Tests a stage driver created by the provided StageDriverFactory with a single test stage.

Throws:
Exception

testMultiStage

public static void testMultiStage(junit.framework.TestCase test,
                                  org.apache.commons.pipeline.StageDriverFactory driverFactory)
                           throws Exception
Tests a stage driver created by the provided StageDriverFactory with a set of three test stages.

Throws:
Exception

testMultiFaultingStage

public static void testMultiFaultingStage(junit.framework.TestCase test,
                                          org.apache.commons.pipeline.StageDriverFactory driverFactory)
                                   throws Exception
Tests a stage driver created by the provided StageDriverFactory with a set of three test stages.

Throws:
Exception


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