NMBExpectation
public class NMBExpectation : NSObject
Undocumented
-
Undocumented
Declaration
Swift
@objc public init(actualBlock: @escaping () -> NSObject?, negative: Bool, file: FileString, line: UInt)
-
Undocumented
Declaration
Swift
@objc public var withTimeout: (TimeInterval) -> NMBExpectation { get }
-
Undocumented
Declaration
Swift
@objc public var to: (NMBMatcher) -> NMBExpectation { get }
-
Undocumented
Declaration
Swift
@objc public var toWithDescription: (NMBMatcher, String) -> NMBExpectation { get }
-
Undocumented
Declaration
Swift
@objc public var toNot: (NMBMatcher) -> NMBExpectation { get }
-
Undocumented
Declaration
Swift
@objc public var toNotWithDescription: (NMBMatcher, String) -> NMBExpectation { get }
-
Undocumented
Declaration
Swift
@objc public var notTo: (NMBMatcher) -> NMBExpectation { get }
-
Undocumented
Declaration
Swift
@objc public var notToWithDescription: (NMBMatcher, String) -> NMBExpectation { get }
-
Undocumented
Declaration
Swift
@objc public var toEventually: (NMBMatcher) -> Void { get }
-
Undocumented
Declaration
Swift
@objc public var toEventuallyWithDescription: (NMBMatcher, String) -> Void { get }
-
Undocumented
Declaration
Swift
@objc public var toEventuallyNot: (NMBMatcher) -> Void { get }
-
Undocumented
Declaration
Swift
@objc public var toEventuallyNotWithDescription: (NMBMatcher, String) -> Void { get }
-
Undocumented
Declaration
Swift
@objc public var toNotEventually: (NMBMatcher) -> Void { get }
-
Undocumented
Declaration
Swift
@objc public var toNotEventuallyWithDescription: (NMBMatcher, String) -> Void { get }
-
Undocumented
Declaration
Swift
@objc public var toNever: (NMBMatcher) -> Void { get }
-
Undocumented
Declaration
Swift
@objc public var toNeverWithDescription: (NMBMatcher, String) -> Void { get }
-
Undocumented
Declaration
Swift
@objc public var neverTo: (NMBMatcher) -> Void { get }
-
Undocumented
Declaration
Swift
@objc public var neverToWithDescription: (NMBMatcher, String) -> Void { get }
-
Undocumented
Declaration
Swift
@objc public var toAlways: (NMBMatcher) -> Void { get }
-
Undocumented
Declaration
Swift
@objc public var toAlwaysWithDescription: (NMBMatcher, String) -> Void { get }
-
Undocumented
Declaration
Swift
@objc public var alwaysTo: (NMBMatcher) -> Void { get }
-
Undocumented
Declaration
Swift
@objc public var alwaysToWithDescription: (NMBMatcher, String) -> Void { get }
-
Undocumented
Declaration
Swift
@objc public class func failWithMessage(_ message: String, file: FileString, line: UInt)