org.apache.commons.pipeline.stage
Class InvokeStaticMethodStageTest

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

public class InvokeStaticMethodStageTest
extends AbstractStageTest

Test cases for InvokeStaticMethodStage.


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

InvokeStaticMethodStageTest

public InvokeStaticMethodStageTest(String testName)
Method Detail

suite

public static junit.framework.Test suite()

testConstructor

public void testConstructor()
                     throws Exception
Test for reflection-based constructor

Throws:
Exception

testProcess

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

Throws:
Exception


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