Method | Description |
---|---|
getAppArgs() | Returns arguments with which the app will be started. For internal use only. |
getAppClass() | Returns the full class name of the app main For internal use only. |
gold() | Returns the gold directory For internal use only. |
play(String[]) | The body of this method is created by a record or hand-written to exercise the GUI being tested. |
run() | Starts application For internal use only. |
setGold(String) | Sets the gold directory. For internal use only. |
public String[] getAppArgs()
Returns arguments with which the app will be started. For internal use only.
public String getAppClass()
Returns the full class name of the app main. For internal use only.
public String gold()
Returns the gold directory. For internal use only.
public void play(String args[]) throws Throwable
The body of this method is created by a record or hand-written to exercise the GUI being tested. Failure is indicated by a Throwable
being thrown.
public void run()
Starts application. For internal use only.
public void setGold(String g)
Sets the gold directory. For internal use only.
Send feedback to
JavaStar-feedback@suntest.com
Copyright © 1998
Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, CA 94303.
All rights reserved.