Object that will be verified.
Function then(_:
then(_:file:line:_:)
Call
completion
with a Then
based on value
.Framework
- Mock
Swift
Declaration
func then<WrappedType>(_ value: WrappedType , file: StaticString = #file, line: UInt = #line, _ completion: (Then<WrappedType >) -> Void)
Parameters
value
file
The file name where the method is called.
line
The line where the method is called.
completion
Block that will be called.