Package org.mockito.internal.junit
JUnit integration support classes.
-
Interface Summary Interface Description ExceptionFactory.ExceptionFactoryImpl 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 JUnitRule Internal implementation.JUnitSessionStore JUnitTestRule 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.