Class | Description |
---|---|
InvocationControlAssertionError | |
MockitoMethodInvocationControl |
A Mockito implementation of the
MethodInvocationControl interface. |
MockitoNewInvocationControl<T> | |
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. |
ToStringGenerator |
We need to override the toString() in some classes because normally the toString
"method" is assembled by calling the "qualifiedName" method but
this is not possible in our case.
|
Copyright © 2007–2015. All rights reserved.