ExpectationStatus

public enum ExpectationStatus : Equatable

Undocumented

  • No matchers have been performed.

    Declaration

    Swift

    case pending
  • All matchers have passed.

    Declaration

    Swift

    case passed
  • All matchers have failed.

    Declaration

    Swift

    case failed
  • Multiple matchers have been peformed, with at least one passing and one failing.

    Declaration

    Swift

    case mixed