public class PowerMockMatchersBinder
extends org.mockito.internal.invocation.MatchersBinder
MatchersBinder
with the exception that
the InvocationMatcher is replaced and its toString method is overwritten to avoid exceptions. For why these exceptions happen
refer to ToStringGenerator in this package.Constructor and Description |
---|
PowerMockMatchersBinder() |
Modifier and Type | Method and Description |
---|---|
org.mockito.internal.invocation.InvocationMatcher |
bindMatchers(org.mockito.internal.progress.ArgumentMatcherStorage argumentMatcherStorage,
org.mockito.invocation.Invocation invocation) |
private void |
validateMatchers(org.mockito.invocation.Invocation invocation,
java.util.List<org.mockito.internal.matchers.LocalizedMatcher> lastMatchers) |
public org.mockito.internal.invocation.InvocationMatcher bindMatchers(org.mockito.internal.progress.ArgumentMatcherStorage argumentMatcherStorage, org.mockito.invocation.Invocation invocation)
bindMatchers
in class org.mockito.internal.invocation.MatchersBinder
private void validateMatchers(org.mockito.invocation.Invocation invocation, java.util.List<org.mockito.internal.matchers.LocalizedMatcher> lastMatchers)