Load Class

In the Universal Test Client, the Load Class page is used to load a class into the Universal Test Client.

The Load Class page contains the following fields and buttons:
Class Name (text field)
Type the class name you want to load into the Universal Test client. For example, java.lang.Object. Click the Load button. In the Result section, select the Work with Object button, this allows you to place that object into the Class pane.
When you are ready to instantiate the object, on the Universal Test Client under the Classes section, expand the class you want to instantiate, select the constructor on the Universal Test Client, and select the Invoke button. The Results section shows the results of invoking the constructor to instantiate the object. Selecting the Work with Object button loads the instance of the object and its methods under the Objects pane of the Universal Test Client.
To invoke a method of an object instance, on the Universal Test Client under the Objects section, expand the object containing the method you want to instantiate, select the method on the Universal Test Client, on the pane of the Universal Test Client click the Invoke button. The Results section shows the results of the last method invocation. If the method threw an exception, the exception is shown. If the method returned a value, the value is shown. If the method executed successfully but did not have any return value, the message Method executed successfully displays.
Load (button)
Click the Load button to place the class specified in the Class Name text field into the Classes section on the Universal Test Client.
Icon that indicates the type of topic Reference topic
Timestamp icon Last updated: July 17, 2017 21:58

File name: rloadclass.html