isAborted method
Use this method to retrieve whether the test was aborted or not
Aborted means that Eyes.abortAsync, Eyes.abort or Eyes.abortIfNotClosed was/were called instead of closeAsync or close.
Syntax
boolean value = result.isAborted();
Parameters
This method does not take any parameters.Return value
- Type: boolean
- Use this method to retrieve true if the test was aborted.