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

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

public class InvocationControlAssertionError
extends Object


Constructor Summary
InvocationControlAssertionError()
           
 
Method Summary
static void throwAssertionErrorForNewSubstitutionFailure(AssertionError oldError, Class<?> type)
           
static void updateErrorMessageForMethodInvocation(AssertionError errorToUpdate)
           
static void updateErrorMessageForVerifyNoMoreInteractions(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(AssertionError errorToUpdate)

updateErrorMessageForMethodInvocation

public static void updateErrorMessageForMethodInvocation(AssertionError errorToUpdate)

throwAssertionErrorForNewSubstitutionFailure

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


Copyright © 2007-2011. All Rights Reserved.