originalWith
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>(...)
.
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>(...)
.