| org.apache.commons.collections.comparators.TestFixedOrderComparator
TestFixedOrderComparator | public class TestFixedOrderComparator extends TestCase (Code) | | Test class for FixedOrderComparator.
version: $Revision: 155406 $ $Date: 2005-02-26 12:55:26 +0000 (Sat, 26 Feb 2005) $ author: David Leppik author: Stephen Colebourne |
Field Summary | |
final public static String | topCities Top cities of the world, by population including metro areas. |
topCities | final public static String topCities(Code) | | Top cities of the world, by population including metro areas.
|
TestFixedOrderComparator | public TestFixedOrderComparator(String name)(Code) | | |
suite | public static Test suite()(Code) | | |
testAddAsEqual | public void testAddAsEqual()(Code) | | Tests addAsEqual method.
|
testArrayConstructor | public void testArrayConstructor()(Code) | | Tests that the array constructor compares items properly.
|
testConstructorPlusAdd | public void testConstructorPlusAdd()(Code) | | Tests that the constructor plus add method compares items properly.
|
testListConstructor | public void testListConstructor()(Code) | | Tests the list constructor.
|
testLock | public void testLock()(Code) | | Tests whether or not updates are disabled after a comparison is made.
|
testUnknownObjectBehavior | public void testUnknownObjectBehavior()(Code) | | |
|
|