Contents

XCTExpectedFailure.Options

Options that determine how the test matches the expected failure to an actual test failure, and whether an unfulfilled expected failure results in a test failure.

Declaration

class Options

Overview

Create options and provide them to XCTExpectFailure functions to tell the test system how to match an expected failure, whether to enable an expected failure during a test, and whether an unfulfilled expected failure generates a test failure.

Topics

Matching Failures

Specifying Options

See Also

Expected Failures