| org.apache.torque.om.NumberKeyTest
NumberKeyTest | public class NumberKeyTest extends TestCase (Code) | | Currently just tests the equality of NumberKey.
author: Stephen Haberman version: $Id: NumberKeyTest.java 473821 2006-11-11 22:37:25Z tv $ |
NumberKeyTest | public NumberKeyTest(String name)(Code) | | Simple constructor.
Parameters: name - the name of the test to execute |
testList | public void testList()(Code) | | Test sorting.
|
testLongConstructor | public void testLongConstructor()(Code) | | Test long constructor
|
testNull | public void testNull()(Code) | | Test !a.equals(null)
|
testReflexive | public void testReflexive()(Code) | | Test a.equals(a)
|
testSymmetric | public void testSymmetric()(Code) | | Test a.equals(b) = b.equals(a)
|
testTransitive | public void testTransitive()(Code) | | Test a.equals(b) = b.equals(c) = c.equals(a)
|
|
|