Sets a new (clean) ErrorMap
Parameters: errorMap -
setHideSessionFromTestsMessage
public static void setHideSessionFromTestsMessage(String message)(Code)
Sets an error message for tests that try to use the session without declaring it.
This method should be use by only KualiTestBase, not by other test code and especially not by production code.
Parameters: message - the detail to throw, or null to allow access to the session
setMessageList
public static void setMessageList(ArrayList messageList)(Code)