XCTIssueReference
An object that represents a test failure, and includes source code call stacks for test reporting and investigation.
Declaration
class XCTIssueReferenceOverview
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
init(type:compactDescription:)init(type:compactDescription:detailedDescription:sourceCodeContext:associatedError:attachments:)init(type:compactDescription:detailedDescription:sourceCodeContext:associatedError:attachments:severity:)init(type:compactDescription:severity:)