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
  • The Expectation style intended for comparison to a MatcherStatus.

    See more

    Declaration

    Swift

    public enum ExpectationStyle
  • MatcherStatus is a trinary that indicates if a Matcher matches a given value or not

    See more

    Declaration

    Swift

    public enum MatcherStatus
  • 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