Package | Description |
---|---|
org.mockito.exceptions |
Exception messages, exception hierarchies.
|
org.mockito.internal.progress |
Mocking progress stateful classes.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Reporter.incorrectUseOfAdditionalMatchers(java.lang.String additionalMatcherName,
int expectedSubMatchersCount,
java.util.Collection<LocalizedMatcher> matcherStack) |
|
void |
Reporter.invalidUseOfMatchers(int expectedMatchersCount,
java.util.List<LocalizedMatcher> recordedMatchers) |
|
void |
Reporter.misplacedArgumentMatcher(java.util.List<LocalizedMatcher> lastMatchers) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<LocalizedMatcher> |
ArgumentMatcherStorage.pullLocalizedMatchers() |
|
java.util.List<LocalizedMatcher> |
ArgumentMatcherStorageImpl.pullLocalizedMatchers() |