Issue.Kind.errorCaught(_:)
An issue due to an Error being thrown by a test function and caught by the testing library.
Declaration
indirect case errorCaught(any Error)Parameters
- error:
The error which was associated with this issue.
An issue due to an Error being thrown by a test function and caught by the testing library.
indirect case errorCaught(any Error)The error which was associated with this issue.