org.powermock.api.mockito.internal.invocation
Class InvocationControlAssertionError

java.lang.Object
  extended by org.powermock.api.mockito.internal.invocation.InvocationControlAssertionError

public class InvocationControlAssertionError
extends java.lang.Object


Constructor Summary
InvocationControlAssertionError()
           
 
Method Summary
static void throwAssertionErrorForNewSubstitutionFailure(java.lang.AssertionError oldError, java.lang.Class<?> type)
           
static void updateErrorMessageForMethodInvocation(java.lang.AssertionError errorToUpdate)
           
static void updateErrorMessageForVerifyNoMoreInteractions(java.lang.AssertionError errorToUpdate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationControlAssertionError

public InvocationControlAssertionError()
Method Detail

updateErrorMessageForVerifyNoMoreInteractions

public static void updateErrorMessageForVerifyNoMoreInteractions(java.lang.AssertionError errorToUpdate)

updateErrorMessageForMethodInvocation

public static void updateErrorMessageForMethodInvocation(java.lang.AssertionError errorToUpdate)

throwAssertionErrorForNewSubstitutionFailure

public static void throwAssertionErrorForNewSubstitutionFailure(java.lang.AssertionError oldError,
                                                                java.lang.Class<?> type)


Copyright © 2007-2013. All Rights Reserved.