Interface WithoutExpectedArguments<T>

All Known Subinterfaces:
ConstructorExpectationSetup<T>, WithOrWithoutExpectedArguments<T>
All Known Implementing Classes:
ConstructorAwareExpectationSetup, DefaultConstructorExpectationSetup, DefaultMethodExpectationSetup

public interface WithoutExpectedArguments<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.mockito.stubbing.OngoingStubbing<T>
     
  • Method Details

    • withNoArguments

      org.mockito.stubbing.OngoingStubbing<T> withNoArguments() throws Exception
      Throws:
      Exception