Support Class Summary

The following table summarizes the types of methods you use in a custom support class. For more information, see the API Reference.

Method Type

Syntax

Common Methods

Identification property methods

public String <identification property name>_attr(Object obj)

to_class_attr

tag_attr

label_attr

attached_text_attr

class_attr

value_attr

Test Object Methods

public Retval <test object method name>_replayMethod(Object obj, <... list of String arguments>)

 

Event Handling methods

Dependent on the listener that is being implemented.

Call MicAPI.record from the event handler methods.

Use the following utility methods:

Override the following utility methods:

See also: