Method Summary |
|
final public static void | T_ASSERT(boolean mustBeTrue) Check a test condition. |
final public static void | T_ASSERT(boolean mustBeTrue, String msg) Check a test condition. |
public static T_Fail | exceptionFail(Throwable e) return a T_Fail exception to indicate the test failed due
to an exception. |
public static T_Fail | moduleToTestIdNotFound() return a T_Fail exception to indicate the configuration does
not specify the module to test. |
public static T_Fail | moduleToTestNotFound(String moduleToTest) return a T_Fail exception to indicate the configuration does
not contain the module to test. |
public static T_Fail | testFail() return a T_Fail exception to indicate the test failed. |
public static T_Fail | testFailMsg(String message) return a T_Fail exception which includes a user message indicating
why a test failed. |