| org.axiondb.functions.BaseFunctionTest org.axiondb.functions.AbstractComparisonFunctionTest
All known Subclasses: org.axiondb.functions.TestNotEqualFunction, org.axiondb.functions.TestLessThanOrEqualFunction, org.axiondb.functions.TestLessThanFunction, org.axiondb.functions.TestGreaterThanFunction, org.axiondb.functions.TestEqualFunction, org.axiondb.functions.TestGreaterThanOrEqualFunction,
AbstractComparisonFunctionTest | abstract public class AbstractComparisonFunctionTest extends BaseFunctionTest (Code) | | version: $Revision: 1.4 $ $Date: 2005/06/18 01:03:44 $ author: Rodney Waldhoff author: Jonathan Giron |
AbstractComparisonFunctionTest | public AbstractComparisonFunctionTest(String testName)(Code) | | |
checkResult | abstract protected void checkResult(Object left, Object right, int leftIndex, int rightIndex, boolean result)(Code) | | |
suite | public static Test suite()(Code) | | |
testEvaluateInts | final public void testEvaluateInts() throws Exception(Code) | | |
testNullArguments | public void testNullArguments() throws Exception(Code) | | Tests enforcement of ISO/IEC 9075-2:2003 Section 8.2, <comparison predicate>
General Rule 1(a), for values XV and YV represented by value expressions X and Y,
respectively: "If either XV or YV is the null value, then X Y is Unknown
(i.e., NULL)."
throws: Exception - if unexpected exception occurs during test evaluation. |
|
|