XCTestErrorCode Constants Reference
Declared in | XCTestErrors.h |
---|
XCTestErrorCode
@typedef XCTestErrorCode Error codes used with errors in the XCTestErrorDomain.
@constant XCTestErrorCodeTimeoutWhileWaiting Indicates that a call to -waitForExpectationsWithTimeout:handler: timed out. @constant XCTestErrorCodeFailureWhileWaiting Indicates that a failure assertion was raised while waiting in -waitForExpectationsWithTimeout:handler:.
Definition
typedef NS_ENUM(NSInteger, XCTestErrorCode ) {
XCTestErrorCodeTimeoutWhileWaiting,
XCTestErrorCodeFailureWhileWaiting,
};
Constants
Declared In
XCTestErrors.h