Contents

XCTExpectedFailure

An object that represents an expected test failure.

Declaration

class XCTExpectedFailure

Overview

The test system creates and tracks instances of XCTExpectedFailure when you call one of the XCTExpectFailure functions. Don’t create or use them directly.

Topics

Detailing Expected Failure

Setting Options

See Also

Expected Failures