| java.lang.Object com.sun.jumpimpl.presentation.autotester.AutoTester
currentIsolateId | int currentIsolateId(Code) | | |
getLaunchedIsolateId | public int getLaunchedIsolateId()(Code) | | |
handleMessage | public void handleMessage(JUMPMessage message)(Code) | | A message handling routine.
Waits for the isolate destroyed notification, and if the message
is about the isolate we're waiting for, notify the blocking
thread in start() method.
|
installAndPerformTests | public void installAndPerformTests(String descriptorUrl)(Code) | | Installs/Updates a test suite, runs the first MIDlets in the suite,
uninstall the suite, and install the next suite, until there is no more midlet
suite and HTTP 404 not found error is thrown during the download time.
|
setLaunchedIsolateId | public void setLaunchedIsolateId(int isolateId)(Code) | | |
start | public void start()(Code) | | |
unload | public void unload()(Code) | | |
|
|