org.powermock.api.mockito.verification
Interface ConstructorArgumentsVerification

All Known Implementing Classes:
DefaultConstructorArgumentsVerfication

public interface ConstructorArgumentsVerification


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

Method Detail

withArguments

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

withNoArguments

void withNoArguments()
                     throws Exception
Throws:
Exception


Copyright © 2007-2011. All Rights Reserved.