Class
InvocationRecorder
@objc(MKBInvocationRecorder) public class InvocationRecorder: NSObject
Records invocations for stubbing and verification.
Relationships
Nested Types
InvocationRecorder.Mode
Used to attribute declarations to stubbing and verification calls in tests.
Conforms To
NSObject
Properties
mode
@objc public let mode: Mode
Methods
recordInvocation(_:context:)
@objc public func recordInvocation(_ invocation: ObjCInvocation, context: Context)
getFacadeValue(at:argumentsCount:)
@objc public func getFacadeValue(at argumentIndex: Int, argumentsCount: Int) -> Any?