original
Results in an original method call from mocked type with args passed to mock (FunctionScope.args). If interface is mocked, default implementation is called.
It is shorthand for superOf<MockedType>()
.
Results in an original method call from mocked type with args passed to mock (FunctionScope.args). If interface is mocked, default implementation is called.
It is shorthand for superOf<MockedType>()
.