Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public enum ExpectationStatus : Equatable
  • Undocumented

    See more

    Declaration

    Swift

    public indirect enum ExpectationMessage
  • Undocumented

    See more

    Declaration

    Swift

    public enum ExpectationStyle
  • PredicateStatus is a trinary that indicates if a Predicate matches a given value or not

    See more

    Declaration

    Swift

    public enum PredicateStatus
  • Used by the succeed matcher.

    This is the return type for the closure.

    See more

    Declaration

    Swift

    public enum ToSucceedResult
  • A reimplementation of DispatchTimeInterval without the never case, and conforming to Sendable.

    See more

    Declaration

    Swift

    public enum NimbleTimeInterval : Sendable, Equatable
    extension NimbleTimeInterval: CustomStringConvertible