Interface WithExpectedArguments<T>

    • Method Detail

      • withArguments

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