org.powermock.api.mockito.verification
Interface ConstructorArgumentsVerification

All Known Implementing Classes:
DefaultConstructorArgumentsVerfication

public interface ConstructorArgumentsVerification


Method Summary
 void withArguments(java.lang.Object argument, java.lang.Object... additionalArguments)
           
 void withNoArguments()
           
 

Method Detail

withArguments

void withArguments(java.lang.Object argument,
                   java.lang.Object... additionalArguments)
                   throws java.lang.Exception
Throws:
java.lang.Exception

withNoArguments

void withNoArguments()
                     throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2007-2012. All Rights Reserved.