org.kuali.rice.krms.framework.engine.expression
Class ComparisonOperatorTest

java.lang.Object
  extended by org.kuali.rice.krms.framework.engine.expression.ComparisonOperatorTest

public class ComparisonOperatorTest
extends Object

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
ComparisonOperatorTest()
           
 
Method Summary
 void testEquals()
           
 void testGreaterThanEqual()
           
 void testLess()
           
 void testLessThanEqual()
           
 void testNotEquals()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComparisonOperatorTest

public ComparisonOperatorTest()
Method Detail

testEquals

public void testEquals()

testNotEquals

public void testNotEquals()

testLess

public void testLess()

testLessThanEqual

public void testLessThanEqual()

testGreaterThanEqual

public void testGreaterThanEqual()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.