Package org.powermock.api.mockito.internal.invocation
package org.powermock.api.mockito.internal.invocation
-
ClassesClassDescriptionA Mockito implementation of the
MethodInvocationControlinterface.This class is essentially a copy ofMatchersBinderwith the exception that the InvocationMatcher is replaced and its toString method is overwritten to avoid exceptions.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.