NMBPredicate

public class NMBPredicate : NSObject

Undocumented

beTruthy() / beFalsy()

  • Undocumented

    Declaration

    Swift

    @objc
    public class func beTruthyMatcher() -> NMBPredicate
  • Undocumented

    Declaration

    Swift

    @objc
    public class func beFalsyMatcher() -> NMBPredicate
  • Undocumented

    Declaration

    Swift

    @objc
    public class func beTrueMatcher() -> NMBPredicate
  • Undocumented

    Declaration

    Swift

    @objc
    public class func beFalseMatcher() -> NMBPredicate
  • Undocumented

    Declaration

    Swift

    @objc
    public class func beNilMatcher() -> NMBPredicate
  • Undocumented

    Declaration

    Swift

    @objc
    public class func beginWithMatcher(_ expected: Any) -> NMBPredicate
  • Undocumented

    Declaration

    Swift

    @objc
    public class func containMatcher(_ expected: [NSObject]) -> NMBPredicate
  • Undocumented

    Declaration

    Swift

    @objc
    public class func containElementSatisfyingMatcher(_ predicate: @escaping ((NSObject) -> Bool)) -> NMBPredicate
  • Undocumented

    Declaration

    Swift

    @objc
    public class func endWithMatcher(_ expected: Any) -> NMBPredicate
  • Undocumented

    Declaration

    Swift

    @objc
    public class func equalMatcher(_ expected: NSObject) -> NMBPredicate
  • Undocumented

    Declaration

    Swift

    @objc
    public class func haveCountMatcher(_ expected: NSNumber) -> NMBPredicate
  • Undocumented

    Declaration

    Swift

    @objc
    public class func matchMatcher(_ expected: NSString) -> NMBPredicate
  • Undocumented

    Declaration

    Swift

    @objc
    public class func raiseExceptionMatcher() -> NMBObjCRaiseExceptionPredicate
  • Undocumented

    Declaration

    Swift

    @objc
    public class func satisfyAllOfMatcher(_ predicates: [NMBPredicate]) -> NMBPredicate
  • Undocumented

    Declaration

    Swift

    @objc
    public class func satisfyAnyOfMatcher(_ predicates: [NMBPredicate]) -> NMBPredicate