| Interface | Description |
|---|---|
| MockitoTestListener |
Internal test listener that helps decoupling JUnit internals from Mockito "business" logic.
|
| TestFinishedEvent |
| Class | Description |
|---|---|
| DefaultTestFinishedEvent | |
| ExceptionFactory | |
| JUnitRule |
Internal implementation.
|
| MismatchReportingTestListener |
Reports stubbing argument mismatches to the supplied logger
|
| NoOpTestListener | |
| StrictStubsRunnerTestListener |
Fails early when mismatched arguments used for stubbing
|
| 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.
|
Copyright © 2024. All rights reserved.