org.apache.commons.functor.adapter
Class TestFullyBoundProcedure

java.lang.Object
  extended by org.apache.commons.functor.BaseFunctorTest
      extended by org.apache.commons.functor.adapter.TestFullyBoundProcedure

public class TestFullyBoundProcedure
extends BaseFunctorTest

Version:
$Revision: 1171255 $ $Date: 2011-09-15 22:27:39 +0200 (Thu, 15 Sep 2011) $
Author:
Matt Benson

Constructor Summary
TestFullyBoundProcedure()
           
 
Method Summary
protected  Object makeFunctor()
           
 void testAdapt()
           
 void testAdaptNull()
           
 void testEquals()
           
 void testRun()
           
 
Methods inherited from class org.apache.commons.functor.BaseFunctorTest
assertObjectsAreEqual, assertObjectsAreNotEqual, testObjectEquals, testSerializeDeserializeThenCompare, testToStringIsOverridden
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFullyBoundProcedure

public TestFullyBoundProcedure()
Method Detail

makeFunctor

protected Object makeFunctor()
Specified by:
makeFunctor in class BaseFunctorTest

testRun

public void testRun()
             throws Exception
Throws:
Exception

testEquals

public void testEquals()
                throws Exception
Throws:
Exception

testAdaptNull

public void testAdaptNull()
                   throws Exception
Throws:
Exception

testAdapt

public void testAdapt()
               throws Exception
Throws:
Exception


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.