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 | testCodeList() Tests parameter for a code list. |
public void | testGroup() Test parameter values group. |
public void | testMatrix() Test WKT formatting of transforms backed by matrix. |
public void | testParameterDescriptor() Test
DefaultParameterDescriptor construction. |
public void | testParameterValue() Test
Parameter construction. |
public void | testRangeDoubles() Creates a parameter bounded by some range of floating point numbers, and tests values
inside and outside this range. |
public void | testRangeIntegers() Creates a parameter bounded by some range of integer numbers, and tests values
inside and outside this range. |
public void | testSequence() Tests integer and floating point values in a wide range of values. |
public void | textMatrixEdit() Tests the storage of matrix parameters. |