| com.sun.midp.installer.AutoTesterInterface
All known Subclasses: com.sun.midp.installer.AutoTester, com.sun.midp.installer.AutoTesterMulti,
AutoTesterInterface | interface AutoTesterInterface (Code) | | Installs/Updates a test suite, runs the first MIDlet in the suite in a loop
until the new version of the suite is not found, then removes the suite.
The MIDlet uses these application properties as arguments:
- arg-0: URL for the test suite
- arg-1: Used to override the default domain used when installing
an unsigned suite. The default is maximum to allow the runtime API tests
be performed automatically without tester interaction.
If arg-0 is not given then a form will be used to query the tester for
the arguments.
|
installAndPerformTests | public void installAndPerformTests(MIDletSuiteStorage midletSuiteStorage, Installer inp_installer, String inp_url)(Code) | | Installs and performs the tests.
Parameters: midletSuiteStorage - MIDletSuiteStorage object Parameters: inp_installer - Installer object Parameters: inp_url - URL of the test suite |
restoreSession | public boolean restoreSession()(Code) | | Restore the data from the last session.
true if there was data saved from the last session |
|
|