ToSucceedResult

public enum ToSucceedResult

Used by the succeed matcher.

This is the return type for the closure.

  • Undocumented

    Declaration

    Swift

    case succeeded
  • Undocumented

    Declaration

    Swift

    case failed(reason: String)