org.apache.commons.pipeline.stage
Class URLToInputStreamStageTest

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.URLToInputStreamStageTest
All Implemented Interfaces:
junit.framework.Test

public class URLToInputStreamStageTest
extends AbstractStageTest

Test cases for URLToInputStreamStaticStage.


Field Summary
 
Fields inherited from class org.apache.commons.pipeline.stage.AbstractStageTest
testContext, testFeeder
 
Constructor Summary
URLToInputStreamStageTest(String testName)
           
 
Method Summary
protected  void setUp()
           
 void testPostprocess()
          Test of postprocess method, of class org.apache.commons.pipeline.stage.URLToInputStreamStage.
 void testProcess()
          Test of process method, of class org.apache.commons.pipeline.stage.URLToInputStreamStage.
 
Methods inherited from class org.apache.commons.pipeline.stage.AbstractStageTest
init, 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

URLToInputStreamStageTest

public URLToInputStreamStageTest(String testName)
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class AbstractStageTest
Throws:
Exception

testProcess

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

Throws:
Exception

testPostprocess

public void testPostprocess()
                     throws Exception
Test of postprocess method, of class org.apache.commons.pipeline.stage.URLToInputStreamStage.

Throws:
Exception


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