Interface ConstructorExpectationSetup<T>
- All Superinterfaces:
WithAnyArguments<T>,WithExpectedArguments<T>,WithExpectedParameterTypes<T>,WithOrWithoutExpectedArguments<T>,WithoutExpectedArguments<T>
- All Known Implementing Classes:
DefaultConstructorExpectationSetup
public interface ConstructorExpectationSetup<T>
extends WithOrWithoutExpectedArguments<T>, WithExpectedParameterTypes<T>, WithAnyArguments<T>
-
Method Summary
Methods inherited from interface org.powermock.api.mockito.expectation.WithAnyArguments
withAnyArgumentsMethods inherited from interface org.powermock.api.mockito.expectation.WithExpectedArguments
withArgumentsMethods inherited from interface org.powermock.api.mockito.expectation.WithExpectedParameterTypes
withParameterTypesMethods inherited from interface org.powermock.api.mockito.expectation.WithoutExpectedArguments
withNoArguments