Interface MockingProgress

All Known Implementing Classes:
MockingProgressImpl, ThreadSafeMockingProgress

public interface MockingProgress
  • Method Details

    • reportOngoingStubbing

      void reportOngoingStubbing(IOngoingStubbing iOngoingStubbing)
    • pullOngoingStubbing

      IOngoingStubbing pullOngoingStubbing()
    • verificationStarted

      void verificationStarted(VerificationMode verificationMode)
    • pullVerificationMode

      VerificationMode pullVerificationMode()
    • stubbingStarted

      void stubbingStarted()
    • stubbingCompleted

      void stubbingCompleted(Invocation invocation)
    • validateState

      void validateState()
    • reset

      void reset()
    • resetOngoingStubbing

      void resetOngoingStubbing()
      Removes ongoing stubbing so that in case the framework is misused state validation errors are more accurate
    • getArgumentMatcherStorage

      ArgumentMatcherStorage getArgumentMatcherStorage()
    • mockingStarted

      void mockingStarted(Object mock, Class classToMock)
    • setListener

      void setListener(MockingProgressListener listener)