Interface WithExpectedArguments<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.mockito.stubbing.OngoingStubbing<T> withArguments​(java.lang.Object firstArgument, java.lang.Object... additionalArguments)  
    • Method Detail

      • withArguments

        org.mockito.stubbing.OngoingStubbing<T> withArguments​(java.lang.Object firstArgument,
                                                              java.lang.Object... additionalArguments)
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception