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 testDoesNotExists()
           
 void testEquals()
           
 void testExists()
           
 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()

testExists

public void testExists()

testDoesNotExists

public void testDoesNotExists()


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