| org.geotools.referencing.cs.DefaultCartesianCSTest
DefaultCartesianCSTest | public class DefaultCartesianCSTest extends TestCase (Code) | | Tests the
CartesianCS class.
version: $Id: DefaultCartesianCSTest.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 | testAxis() Tests the creation of a cartesian CS with legal and illegal axis. | public void | testStandard() Tests
AbstractCS.standard with cartesian CS, especially
the ones that leads to the creation of right-handed CS. |
DefaultCartesianCSTest | public DefaultCartesianCSTest(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.
|
testAxis | public void testAxis()(Code) | | Tests the creation of a cartesian CS with legal and illegal axis.
|
testStandard | public void testStandard()(Code) | | Tests
AbstractCS.standard with cartesian CS, especially
the ones that leads to the creation of right-handed CS.
|
|
|