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

XCTestErrorCodeTimeoutWhileWaiting

@typedef XCTestErrorCode Error codes used with errors in the XCTestErrorDomain.

Declared In XCTestErrors.h.

XCTestErrorCodeFailureWhileWaiting

@typedef XCTestErrorCode Error codes used with errors in the XCTestErrorDomain.

Declared In XCTestErrors.h.

Declared In

XCTestErrors.h