Block to be excecuted.
Instance Method will(file:
will(file:line:_:)
Registers a block to excecute.
Framework
- Mock
Swift
Declaration
func will(file: StaticString = #file, line: UInt = #line, _ completion: @escaping ([Any]) throws -> ReturnType )
Parameters
completion