Contents

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.