{37 long timeout = mTimeout;38 MockitoAssertionError errorToRethrow = null;39 // Loop in the same way we do in PollingCheck, sleeping and then testing for the target40 // invocation41 while (timeout > 0) {42 SystemClock.sleep(TIME_SLICE);43 try {44 final List<Invocation> ...
org.mockito.exceptions.base.MockitoAssertionError:org.mockito.exceptions.verification.TooLittleActualInvocations:org.mockito.invocation.MockHandler:org.mockito.internal.configuration.SpyAnnotationEngine:org.mockito.exceptions.verification.NeverWantedButInvoked:org.mockito.internal.invo...