XCTIssueReference.IssueType.thrownError
A test failure when the test throws an error in Swift.
Declaration
case thrownErrorDiscussion
This could also occur if an Objective-C test uses the form -(BOOL)testExample:(NSError **)outError and returns NO with a non-nil out error.