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
withAnyArguments
Methods inherited from interface org.powermock.api.mockito.expectation.WithExpectedArguments
withArguments
Methods inherited from interface org.powermock.api.mockito.expectation.WithExpectedParameterTypes
withParameterTypes
Methods inherited from interface org.powermock.api.mockito.expectation.WithoutExpectedArguments
withNoArguments