originalWith

fun originalWith(vararg args: Any?): SuperCall

Call for an original method from mocked type with given args. If interface is mocked, default implementation is called.

It is shorthand for superWith<MockedType>(...).