Enumeration
Invocation​Recorder.​Mode
@objc(MKBInvocationRecorderMode) public enum Mode: UInt
Used to attribute declarations to stubbing and verification calls in tests.
Relationships
Member Of
InvocationRecorder
Records invocations for stubbing and verification.
Conforms To
UInt
Enumeration Cases
none
case none = 0
stubbing
case stubbing
verifying
case verifying