public interface PartialMock<T> extends Mock<T>
PartialMock, a MockObject is automatically instantiated and
assigned to the declared field. This mock object will use the original implementation of each method as default
behavior.| Modifier and Type | Method and Description |
|---|---|
T |
stub()
Stubs out (removes) the behavior of the method when the invocation following
this call matches the observed behavior.
|
assertInvoked, assertInvokedInSequence, assertNotInvoked, getMock, oncePerforms, onceRaises, onceRaises, onceReturns, performs, raises, raises, resetBehavior, returnsT stub()
Copyright © 2016. All Rights Reserved.