TestStatus

enum TestStatus

These are flags that indicate the status of various tests.

  • This means that the test is valid, but neither of its flags are set.

    Declaration

    Swift

    case unknown
  • This means that the incomplete flag is set for this test.

    Declaration

    Swift

    case inProgress
  • This means that the complete flag is set for this test.

    Declaration

    Swift

    case complete