Package org.mockito.internal.junit
JUnit integration support classes.
-
Interface Summary Interface Description MockitoTestListener Internal test listener that helps decoupling JUnit internals from Mockito "business" logic.TestFinishedEvent -
Class Summary Class Description ArgMismatchFinder For given mocks, finds stubbing arg mismatchesDefaultStubbingLookupListener 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 loggerNoOpTestListener StrictStubsRunnerTestListener Fails early when mismatched arguments used for stubbingStubbingArgMismatches Contains stubbing arg mismatches, knows how to format themStubbingHint Stubbing hint emitted to the userUniversalTestListener Universal test listener that behaves accordingly to current setting of strictness.UnnecessaryStubbingsReporter Reports unnecessary stubbingsUnusedStubbings Contains unused stubbings, knows how to format themUnusedStubbingsFinder Finds unused stubbingsVerificationCollectorImpl Mockito implementation of VerificationCollector.