void |
Reporter.neverWantedButInvoked(PrintableInvocation wanted,
Location firstUndesired) |
void |
Reporter.noMoreInteractionsWanted(PrintableInvocation undesired) |
void |
Reporter.tooLittleActualInvocations(Discrepancy discrepancy,
PrintableInvocation wanted,
Location lastActualLocation) |
void |
Reporter.tooLittleActualInvocationsInOrder(Discrepancy discrepancy,
PrintableInvocation wanted,
Location lastActualLocation) |
void |
Reporter.tooManyActualInvocations(int wantedCount,
int actualCount,
PrintableInvocation wanted,
Location firstUndesired) |
void |
Reporter.tooManyActualInvocationsInOrder(int wantedCount,
int actualCount,
PrintableInvocation wanted,
Location firstUndesired) |
void |
Reporter.wantedButNotInvoked(PrintableInvocation wanted) |
void |
Reporter.wantedButNotInvoked(PrintableInvocation wanted,
List<? extends PrintableInvocation> invocations) |
void |
Reporter.wantedButNotInvokedInOrder(PrintableInvocation wanted,
PrintableInvocation previous) |