Contents

XCTestRun

A base class for collecting information about a specific execution of a test.

Declaration

class XCTestRun

Overview

XCTestRun classifies failures in explicit test assertions as expected, and failures from unrelated or uncaught exceptions as unexpected.

Topics

Creating Test Runs

Performing Test Runs

Tracking Test Durations

Gathering Test Outcomes

Deprecated

See Also

Test Runs