Interface WithOrWithoutExpectedArguments<T>
-
- All Superinterfaces:
WithExpectedArguments<T>
,WithoutExpectedArguments<T>
- All Known Subinterfaces:
ConstructorExpectationSetup<T>
- All Known Implementing Classes:
ConstructorAwareExpectationSetup
,DefaultConstructorExpectationSetup
,DefaultMethodExpectationSetup
public interface WithOrWithoutExpectedArguments<T> extends WithExpectedArguments<T>, WithoutExpectedArguments<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
-
-