CallArgs
Contains arguments passed to mocked method. If method has extension receiver it is passed at the start of this list.
It is possible to apply destructuring declaration with convenient cast using generic component1, component2 etc.
ever { dependency.foo(1) } calls { (i: Int) -> }
Content copied to clipboard