isAborted property
Returns whether the test was aborted or not (i.e. if abortIfNotClosed was called and close was not called previously).
Syntax
Call syntax
BOOL value = result.isAborted
Declaration
(assign, readonly, nonatomic) BOOL isAborted
Type:BOOL
Returns true if the test was aborted.