Contents

XCTIssueReference.IssueType.thrownError

A test failure when the test throws an error in Swift.

Declaration

case thrownError

Discussion

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.

See Also

Issue Types