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