| Interface | Description |
|---|---|
| MockitoTestListener |
Internal test listener that helps decoupling JUnit internals from Mockito "business" logic.
|
| TestFinishedEvent |
| Class | Description |
|---|---|
| ArgMismatchFinder |
For given mocks, finds stubbing arg mismatches
|
| DefaultStubbingLookupListener |
Default implementation of stubbing lookup listener.
|
| DefaultTestFinishedEvent | |
| ExceptionFactory | |
| ExceptionFactory.JUnitArgsAreDifferent |
Don't inline this class! It allows create the JUnit-ArgumentsAreDifferent exception without the need to use reflection.
|
| JUnitRule |
Internal implementation.
|
| MismatchReportingTestListener |
Reports stubbing argument mismatches to the supplied logger
|
| NoOpTestListener | |
| StrictStubsRunnerTestListener |
Fails early when mismatched arguments used for stubbing
|
| StubbingArgMismatches |
Contains stubbing arg mismatches, knows how to format them
|
| StubbingHint |
Stubbing hint emitted to the user
|
| UniversalTestListener |
Universal test listener that behaves accordingly to current setting of strictness.
|
| UnnecessaryStubbingsReporter |
Reports unnecessary stubbings
|
| UnusedStubbings |
Contains unused stubbings, knows how to format them
|
| UnusedStubbingsFinder |
Finds unused stubbings
|
| VerificationCollectorImpl |
Mockito implementation of VerificationCollector.
|