Interface WithAnyArguments<T>

All Known Subinterfaces:
ConstructorExpectationSetup<T>
All Known Implementing Classes:
DefaultConstructorExpectationSetup

public interface WithAnyArguments<T>
  • Method Summary

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

    • withAnyArguments

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