Package | Description |
---|---|
org.mockito.internal.exceptions | |
org.mockito.internal.invocation |
Invocation machinery and related classes.
|
org.mockito.internal.progress |
Mocking progress stateful classes.
|
Modifier and Type | Method and Description |
---|---|
static MockitoException |
Reporter.incorrectUseOfAdditionalMatchers(java.lang.String additionalMatcherName,
int expectedSubMatchersCount,
java.util.Collection<LocalizedMatcher> matcherStack) |
static MockitoException |
Reporter.invalidUseOfMatchers(int expectedMatchersCount,
java.util.List<LocalizedMatcher> recordedMatchers) |
private static java.lang.Object |
Reporter.locationsOf(java.util.Collection<LocalizedMatcher> matchers) |
static MockitoException |
Reporter.misplacedArgumentMatcher(java.util.List<LocalizedMatcher> lastMatchers) |
Modifier and Type | Method and Description |
---|---|
private void |
MatchersBinder.validateMatchers(Invocation invocation,
java.util.List<LocalizedMatcher> lastMatchers) |
Modifier and Type | Field and Description |
---|---|
private java.util.Stack<LocalizedMatcher> |
ArgumentMatcherStorageImpl.matcherStack |
Modifier and Type | Method and Description |
---|---|
java.util.List<LocalizedMatcher> |
ArgumentMatcherStorage.pullLocalizedMatchers() |
java.util.List<LocalizedMatcher> |
ArgumentMatcherStorageImpl.pullLocalizedMatchers() |
private java.util.List<LocalizedMatcher> |
ArgumentMatcherStorageImpl.resetStack() |