| com.sun.midp.installer.AutoTesterBase com.sun.midp.installer.AutoTester
All known Subclasses: com.sun.midp.installer.CHAutoTester,
AutoTester | public class AutoTester extends AutoTesterBase implements AutoTesterInterface(Code) | | Installs/Updates a test suite, runs the first MIDlet in the suite in a loop
specified number of iterations or 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. The domain name
may be followed by a colon and a list of permissions that must be allowed
even if they are not listed in the MIDlet-Permissions attribute in the
application descriptor file. Instead of the list a keyword "all" can be
specified indicating that all permissions must be allowed, for example:
operator:all.
- arg-2: Integer number, specifying how many iterations to run
the suite. If argument is not given or less then zero, then suite
will be run until the new version of the suite is not found.
If arg-0 is not given then a form will be used to query the tester for
the arguments.
|
Field Summary | |
int | suiteId ID of installed test suite. |
Constructor Summary | |
public | AutoTester() Create and initialize a new auto tester MIDlet. |
suiteId | int suiteId(Code) | | ID of installed test suite.
|
AutoTester | public AutoTester()(Code) | | Create and initialize a new auto tester MIDlet.
|
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 |
run | public void run()(Code) | | Run the installer.
|
|
|