Issue.Kind.expectationFailed(_:)
An issue due to a failed expectation, such as those produced by Expect(_:_:sourcelocation:).
Declaration
indirect case expectationFailed(Expectation)Parameters
- expectation:
The expectation that failed.
An issue due to a failed expectation, such as those produced by Expect(_:_:sourcelocation:).
indirect case expectationFailed(Expectation)The expectation that failed.