Method Summary |
|
public static void | main(String[] theArgs) Start the tests.
Parameters: theArgs - the arguments. |
public static Test | suite() |
public void | testByte() Tests the byte validation. |
public void | testByteBeyondMax() Tests the byte validation failure. |
public void | testByteBeyondMin() Tests the byte validation failure. |
public void | testByteFailure() Tests the byte validation failure. |
public void | testByteMax() Tests the byte validation. |
public void | testByteMin() Tests the byte validation. |