isAborted method
Returns whether the test was aborted or not (i.e. if abortIfNotClosed was called and close was not called previously).
Syntax
boolean value = result.isAborted();
Parameters
This method does not take any parameters.Return value
- Type: boolean
- Returns true if the test was aborted.