Contents

XCTIssueReference.IssueType.system

A test failure due to an internal failure in the testing framework.

Declaration

case system

Discussion

This type of failure could happen if XCUIApplication was unable to launch or terminate an app, or if XCUIElementQuery was unable to complete a query.

See Also

Issue Types