Class | Description |
---|---|
MockitoMethodInvocationControl |
A Mockito implementation of the
MethodInvocationControl interface. |
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.
|