Method Summary |
|
public static void | main(String[] theArgs) Start the tests.
Parameters: theArgs - the arguments. |
public static Test | suite() |
public void | testInt() Tests the int validation. |
public void | testIntBeyondMax() Tests the int validation failure. |
public void | testIntBeyondMin() Tests the int validation failure. |
public void | testIntFailure() Tests the int validation failure. |
public void | testIntMin() Tests the int validation. |
public void | testIntegerMax() Tests the int validation. |