org.apache.commons.functor.core
Class TestConstant

java.lang.Object
  extended by org.apache.commons.functor.BaseFunctorTest
      extended by org.apache.commons.functor.core.TestConstant

public class TestConstant
extends BaseFunctorTest

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

Constructor Summary
TestConstant()
           
 
Method Summary
protected  Object makeFunctor()
           
 void testConstantFalse()
           
 void testConstants()
           
 void testConstantTrue()
           
 void testEquals()
           
 void testEvaluate()
           
 void testEvaluateConstantNull()
           
 
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

TestConstant

public TestConstant()
Method Detail

makeFunctor

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

testEvaluate

public void testEvaluate()
                  throws Exception
Throws:
Exception

testEvaluateConstantNull

public void testEvaluateConstantNull()
                              throws Exception
Throws:
Exception

testConstantTrue

public void testConstantTrue()
                      throws Exception
Throws:
Exception

testConstantFalse

public void testConstantFalse()
                       throws Exception
Throws:
Exception

testEquals

public void testEquals()
                throws Exception
Throws:
Exception

testConstants

public void testConstants()
                   throws Exception
Throws:
Exception


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