|
|
HasErrorMessage ()
|
/** Asserts that last executed statement raised an error message.
@throws AssertionFailedError Error thrown if no error message exists */
|
|
|
HasErrorStatus ()
|
/** Asserts that last executed statement raised an error.
@throws AssertionFailedError Error thrown if no error exists */
|
|
|
NoErrorMessage ()
|
/** Asserts that last executed statement raised no error message.
@throws AssertionFailedError Error thrown if error message exists */
|
|
|
NoErrorStatus ()
|
/** Asserts that last executed statement raised no error.
@throws AssertionFailedError Error thrown if error exists */
|