C H A P T E R  8

Running i3 Tests

Use the i3test script to run the i3test MIDlet, which is in the package com.sun.midp.i3test.Framework. The MIDlet lists known i3 tests and runs either a specified test or all of the tests.

The i3test script is in the installDir/midp/bin directory. It is available only if Java Wireless Client was built with USE_I3_TEST=true.

The following summarizes the command line for the i3test script:

i3test [-list] [-selftest] [-verbose] [testclass]

Prints a list of known tests.

Runs the framework's self test.

Enables verbose output.

The class name of the test to run. If this argument is not given, the script runs all known tests.