Interface MethodInvocationControl

    • Method Detail

      • isMocked

        boolean isMocked​(Method method)
        Determine whether a certain method is mocked by this Invocation Control.
        Parameters:
        method - The method that should be checked.
        Returns:
        true if the method is mocked, false otherwise.