0.10.0
ControllerStub
is removed fromController
interface.ControllerStub
is now accessible via theController.stub()
extension function. once aController
is stubbed via this extension function, it cannot be un-stubbed.
ControllerStub
is removed from Controller
interface.ControllerStub
is now accessible via the Controller.stub()
extension function. once a Controller
is stubbed via this extension function, it cannot be un-stubbed.