org.powermock.api.mockito.internal.verification
Class DefaultConstructorArgumentsVerfication<T>

java.lang.Object
  extended by org.powermock.api.mockito.internal.verification.DefaultConstructorArgumentsVerfication<T>
All Implemented Interfaces:
ConstructorArgumentsVerification

public class DefaultConstructorArgumentsVerfication<T>
extends java.lang.Object
implements ConstructorArgumentsVerification


Constructor Summary
DefaultConstructorArgumentsVerfication(NewInvocationControl<T> invocationControl, java.lang.Class<?> type)
           
 
Method Summary
 void withArguments(java.lang.Object argument, java.lang.Object... arguments)
           
 void withNoArguments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConstructorArgumentsVerfication

public DefaultConstructorArgumentsVerfication(NewInvocationControl<T> invocationControl,
                                              java.lang.Class<?> type)
Method Detail

withArguments

public void withArguments(java.lang.Object argument,
                          java.lang.Object... arguments)
                   throws java.lang.Exception
Specified by:
withArguments in interface ConstructorArgumentsVerification
Throws:
java.lang.Exception

withNoArguments

public void withNoArguments()
                     throws java.lang.Exception
Specified by:
withNoArguments in interface ConstructorArgumentsVerification
Throws:
java.lang.Exception


Copyright © 2007-2013. All Rights Reserved.