Method Summary |
|
public static void | main(String args) Runs the tests with the textual test runner. |
protected void | setUp() Set up common objects used by all tests. |
public static Test | suite() Uses reflection to dynamically create a test suite containing all
the
testXXX() methods - from the JUnit FAQ. |
protected void | tearDown() Release common objects used by all tests. |
public void | testEquidistantCylindrical() Some tests for the Equidistant Cylindrical projection. |
public void | testKrovak() Some tests for Krovak Projection. |
public void | testLambert() Some tests for the Lambert Conic Conformal Projection. |
public void | testMercator() Some tests for the Mercator Projection. |
public void | testObliqueMercator() Some tests for the Oblique Mercator Projection. |
public void | testStereographic() Some tests for Stereographic projection. |