Contents

XCTIssueReference

An object that represents a test failure, and includes source code call stacks for test reporting and investigation.

Declaration

class XCTIssueReference

Overview

In Swift, XCTIssueReference bridges to the Objective-C class XCTIssue. When you need reference semantics in your Swift test handling, use XCTIssueReference; otherwise, use the Swift value semantic XCTIssue. In Objective-C, XCTIssue supports bridging to Swift with XCTIssueReference.

Topics

Initializers

Issue Types

Issue Details

Instance Properties

Enumerations

See Also

Test Failures