Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1011 Bytes

known-issues.md

File metadata and controls

33 lines (22 loc) · 1011 Bytes

Known issues

Highlight known issues when running tests.

Overview

The testing library provides a function, withKnownIssue(), that you use to mark issues as known. Use this function to inform the testing library at runtime not to mark the test as failing when issues occur.

Topics

Recording known issues in tests

  • withKnownIssue(_:isIntermittent:sourceLocation:_:)
  • withKnownIssue(_:isIntermittent:isolation:sourceLocation:_:)
  • withKnownIssue(_:isIntermittent:sourceLocation:_:when:matching:)
  • withKnownIssue(_:isIntermittent:isolation:sourceLocation:_:when:matching:)
  • KnownIssueMatcher

Describing a failure or warning

  • Issue