Searched refs:sInvocationsCounter (Results 1 – 1 of 1) sorted by relevance
107 private static int sInvocationsCounter; field in AbstractExtendedMockitoTestCase149 sInvocationsCounter++; in AbstractExtendedMockitoTestCase()153 + sInvocationsCounter + ", logTags=" + Arrays.toString(logTags)); in AbstractExtendedMockitoTestCase()331 if (sInvocationsCounter != invocationCount) { in forceFailure()333 + sInvocationsCounter); in forceFailure()336 String message = "Throwing on invocation #" + sInvocationsCounter + ": " + reason; in forceFailure()341 throwable = constructor.newInstance("Throwing on invocation #" + sInvocationsCounter in forceFailure()