org.apache.commons.pipeline.stage
Class InvokeMethodStageTest

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

public class InvokeMethodStageTest
extends AbstractStageTest


Field Summary
 
Fields inherited from class org.apache.commons.pipeline.stage.AbstractStageTest
testContext, testFeeder
 
Constructor Summary
InvokeMethodStageTest(String testName)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testProcess()
          Test of process method, of class org.apache.commons.pipeline.stage.InvokeMethodStage.
 void testReflectionConstructor()
          Test of reflection-based constructor
 
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

InvokeMethodStageTest

public InvokeMethodStageTest(String testName)
Method Detail

suite

public static junit.framework.Test suite()

testReflectionConstructor

public void testReflectionConstructor()
                               throws Exception
Test of reflection-based constructor

Throws:
Exception

testProcess

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

Throws:
Exception


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