Class InvocationControlAssertionError
java.lang.Object
org.powermock.api.mockito.internal.invocation.InvocationControlAssertionError
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidthrowAssertionErrorForNewSubstitutionFailure(AssertionError oldError, Class<?> type) static voidupdateErrorMessageForMethodInvocation(AssertionError errorToUpdate) static voidupdateErrorMessageForVerifyNoMoreInteractions(AssertionError errorToUpdate)
-
Constructor Details
-
InvocationControlAssertionError
public InvocationControlAssertionError()
-
-
Method Details
-
updateErrorMessageForVerifyNoMoreInteractions
-
updateErrorMessageForMethodInvocation
-
throwAssertionErrorForNewSubstitutionFailure
public static void throwAssertionErrorForNewSubstitutionFailure(AssertionError oldError, Class<?> type)
-