Method Summary |
|
public static void | main(String[] args) Run the suite from the command line. |
protected void | setUp() Set up common objects used for all tests. |
public static Test | suite() Returns the test suite. |
public void | testAffineTransform() Test affine tranformation for the whole grid by comparing the
expected "real world" to the approximated coordinates. |
public void | testDirectTransform() Test direct transformation from grid coordinates to "real world"
coordinates using the localization grid. |
public void | testInverseTransform() Test inverse transformation from "real world" coordinates
to grid coordinates coordinate using the localization grid. |
public void | testMathematicalIdentities() Test some mathematical identities used if
LocalizationGrid.fitPlane . |
public void | testProperties() Test some grid properties. |