Package org.mockito.internal.progress
Class MockingProgressImpl
java.lang.Object
org.mockito.internal.progress.MockingProgressImpl
- All Implemented Interfaces:
MockingProgress
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmockingStarted(Object mock, Class classToMock) voidreportOngoingStubbing(IOngoingStubbing iOngoingStubbing) voidreset()voidRemoves ongoing stubbing so that in case the framework is misused state validation errors are more accuratevoidsetListener(MockingProgressListener listener) voidstubbingCompleted(Invocation invocation) voidtoString()voidvoidverificationStarted(VerificationMode verify)
-
Constructor Details
-
MockingProgressImpl
public MockingProgressImpl()
-
-
Method Details
-
reportOngoingStubbing
- Specified by:
reportOngoingStubbingin interfaceMockingProgress
-
pullOngoingStubbing
- Specified by:
pullOngoingStubbingin interfaceMockingProgress
-
verificationStarted
- Specified by:
verificationStartedin interfaceMockingProgress
-
resetOngoingStubbing
public void resetOngoingStubbing()Description copied from interface:MockingProgressRemoves ongoing stubbing so that in case the framework is misused state validation errors are more accurate- Specified by:
resetOngoingStubbingin interfaceMockingProgress
-
pullVerificationMode
- Specified by:
pullVerificationModein interfaceMockingProgress
-
stubbingStarted
public void stubbingStarted()- Specified by:
stubbingStartedin interfaceMockingProgress
-
validateState
public void validateState()- Specified by:
validateStatein interfaceMockingProgress
-
stubbingCompleted
- Specified by:
stubbingCompletedin interfaceMockingProgress
-
toString
-
reset
public void reset()- Specified by:
resetin interfaceMockingProgress
-
getArgumentMatcherStorage
- Specified by:
getArgumentMatcherStoragein interfaceMockingProgress
-
mockingStarted
- Specified by:
mockingStartedin interfaceMockingProgress
-
setListener
- Specified by:
setListenerin interfaceMockingProgress
-