| org.geotools.referencing.cs.ComparableAxisWrapperTest
ComparableAxisWrapperTest | public class ComparableAxisWrapperTest extends TestCase (Code) | | Tests the
ComparableAxisWrapper class.
version: $Id: ComparableAxisWrapperTest.java 24683 2007-03-06 06:02:15Z desruisseaux $ author: Martin Desruisseaux |
Method Summary | |
public static void | main(String[] args) Run the suite from the command line. | public static Test | suite() Returns the test suite. | public void | testSortAxis() Tests sorting of axis. | public void | testSortDirections() Tests sorting of directions. |
ComparableAxisWrapperTest | public ComparableAxisWrapperTest(String name)(Code) | | Constructs a test case with the given name.
|
main | public static void main(String[] args)(Code) | | Run the suite from the command line.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
testSortAxis | public void testSortAxis()(Code) | | Tests sorting of axis.
|
testSortDirections | public void testSortDirections()(Code) | | Tests sorting of directions.
|
|
|