Method Call Result Message Box

After calling a method in the Object Test Bench tool window using the Invoke Method Dialog Box, the Method Call Result dialog box is displayed. This dialog box displays the results of the call, including a return value.

  • Method Signature
    The name of the called method, including the parameter values.

  • Return Value
    The value and type returned from the method call.

    If an error results, the error is listed here.

    If the return value is an object, its name appears in the Object Name text box.

    Note

    In J#, you cannot add a primitive type to the Object Test Bench.

  • Object Name
    The object returned, or the name assigned to the returned value, which you can add to the Object Test Bench.