issueMatcher
A block of code that determines whether the test issue fulfills the expected failure.
Declaration
var issueMatcher: (XCTIssue) -> Bool { get set }var issueMatcher: (XCTIssueReference) -> Bool { get set }Discussion
Provide code to examine the issue and respond with a Boolean value indicating whether the issue fulfills the expected failure.