Contents

record(_:)

Records an issue during test execution.

Declaration

func record(_ issue: XCTIssue)
func record(_ issue: XCTIssueReference)

Parameters

  • issue:

    The test issue to record.

See Also

Creating Tests Programmatically