Mockingbird Documentation 0.18.0

Enumeration Invocation​Recorder.​Mode

@objc(MKBInvocationRecorderMode) public enum Mode: UInt  

Used to attribute declarations to stubbing and verification calls in tests.

InvocationRecorder.Mode InvocationRecorder.Mode UInt UInt InvocationRecorder.Mode->UInt

Member Of

InvocationRecorder

Records invocations for stubbing and verification.

Conforms To

UInt

Enumeration Cases

none

case none = 0

stubbing

case stubbing

verifying

case verifying