Contents

KnownIssueMatcher

A function that is used to match known issues.

Declaration

typealias KnownIssueMatcher = @Sendable (Issue) -> Bool

Parameters

  • issue:

    The issue to match.

Return Value

Whether or not issue is known to occur.

See Also

Recording known issues in tests