|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockito.internal.invocation.MatchersBinder
org.powermock.api.mockito.internal.invocation.PowerMockMatchersBinder
public class PowerMockMatchersBinder
This class is essentially a copy of 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 Summary | |
|---|---|
PowerMockMatchersBinder()
|
|
| Method Summary | |
|---|---|
org.mockito.internal.invocation.InvocationMatcher |
bindMatchers(org.mockito.internal.progress.ArgumentMatcherStorage argumentMatcherStorage,
org.mockito.invocation.Invocation invocation)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PowerMockMatchersBinder()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||