Interface WithAnyArguments<T>
-
- All Known Subinterfaces:
ConstructorExpectationSetup<T>
- All Known Implementing Classes:
DefaultConstructorExpectationSetup
public interface WithAnyArguments<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.mockito.stubbing.OngoingStubbing<T>
withAnyArguments()
-
-
-
Method Detail
-
withAnyArguments
org.mockito.stubbing.OngoingStubbing<T> withAnyArguments() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-