NMBPredicate
public class NMBPredicate : NSObject
Undocumented
-
Undocumented
Declaration
Swift
public init(predicate: @escaping PredicateBlock)
-
Undocumented
Declaration
Swift
@objc public class func allPassMatcher(_ predicate: NMBPredicate) -> NMBPredicate
-
Undocumented
Declaration
Swift
@objc public class func beAKindOfMatcher(_ expected: AnyClass) -> NMBPredicate
-
Undocumented
Declaration
Swift
@objc public class func beAnInstanceOfMatcher(_ expected: AnyClass) -> NMBPredicate
-
Undocumented
Declaration
Swift
@objc public class func beCloseToMatcher(_ expected: NSNumber, within: CDouble) -> NMBObjCBeCloseToPredicate
-
Undocumented
Declaration
Swift
@objc public class func beEmptyMatcher() -> NMBPredicate
-
Undocumented
Declaration
Swift
@objc public class func beGreaterThanMatcher(_ expected: NMBComparable?) -> NMBPredicate
-
Undocumented
Declaration
Swift
@objc public class func beGreaterThanOrEqualToMatcher(_ expected: NMBComparable?) -> NMBPredicate
-
Undocumented
Declaration
Swift
@objc public class func beIdenticalToMatcher(_ expected: NSObject?) -> NMBPredicate
-
Undocumented
Declaration
Swift
@objc public class func beLessThanMatcher(_ expected: NMBComparable?) -> NMBPredicate
-
Undocumented
Declaration
Swift
@objc public class func beLessThanOrEqualToMatcher(_ expected: NMBComparable?) -> NMBPredicate
-
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