This is a class that represents an expectation.
| Instance Method Summary | |
addErrorMessage(string message)Allow expectation failures to include messages. | |
getErrorMessage() ⇒ stringGet the error messages seen so far. | |
getErrorMessageCount() ⇒ numberGet how many error messages have been seen so far. | |