org.powermock.api.mockito.expectation
Interface ConstructorExpectationSetup<T>

All Superinterfaces:
WithExpectedArguments<T>, WithExpectedParameterTypes<T>, WithOrWithoutExpectedArguments<T>, WithoutExpectedArguments<T>
All Known Implementing Classes:
DefaultConstructorExpectationSetup

public interface ConstructorExpectationSetup<T>
extends WithOrWithoutExpectedArguments<T>, WithExpectedParameterTypes<T>


Method Summary
 
Methods inherited from interface org.powermock.api.mockito.expectation.WithExpectedArguments
withArguments
 
Methods inherited from interface org.powermock.api.mockito.expectation.WithoutExpectedArguments
withNoArguments
 
Methods inherited from interface org.powermock.api.mockito.expectation.WithExpectedParameterTypes
withParameterTypes
 



Copyright © 2007-2011. All Rights Reserved.