Class MethodCall.TargetHandler.ForMethodCall

    • Field Detail

      • methodCall

        private final MethodCall methodCall
        The method that is executed and whose return value is used as the target object.
    • Constructor Detail

      • ForMethodCall

        protected ForMethodCall​(MethodCall methodCall)
        Creates a new target handler for the instrumented method.
        Parameters:
        methodCall - The method call that is the target of the method invocation.