Observe, introspect, and customize the test execution flow.
Framework
- XCTest
Observe, introspect, and customize the test execution flow.
Framework
class XCTest Case Run
Collects information about a specific execution of an XCTest
.
class XCTest Suite Run
Collects information about a specific execution of an XCTest
.
class XCTest Run
A base class for collecting information about a specific execution of an XCTest
.
protocol XCTest Observation
The XCTest
protocol defines methods that are called in response to significant events in the progress of test runs.
class XCTest Observation Center
Provides information about the progress of test runs to registered observers.
class XCTest Suite
A collection (or suite) of test cases.