org.apache.commons.pipeline.stage
Class DynamicLookupStaticMethodStageTest

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

public class DynamicLookupStaticMethodStageTest
extends AbstractStageTest

Test cases for DynamicLookupStaticMethodStage.


Field Summary
 
Fields inherited from class org.apache.commons.pipeline.stage.AbstractStageTest
testContext, testFeeder
 
Constructor Summary
DynamicLookupStaticMethodStageTest(String testName)
           
 
Method Summary
static String runMethod(Integer integer)
          Sample integer-argument method for test
static String runMethod(String object)
          Sample string-argument method for test
static String runMethod(String arg1, Integer arg2)
          Sample multiple-argument method for test
static junit.framework.Test suite()
           
 void testProcess()
          Test of process method, of class org.apache.commons.pipeline.stage.DynamicLookupStaticMethodStage.
 
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

DynamicLookupStaticMethodStageTest

public DynamicLookupStaticMethodStageTest(String testName)
Method Detail

suite

public static junit.framework.Test suite()

testProcess

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

Throws:
Exception

runMethod

public static String runMethod(String object)
Sample string-argument method for test


runMethod

public static String runMethod(Integer integer)
Sample integer-argument method for test


runMethod

public static String runMethod(String arg1,
                               Integer arg2)
Sample multiple-argument method for test



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