
J2MEDistributedTest
Class name:
com.sun.tck.j2me.services.messagingService.J2MEDistributedTest
This is the base class for distributed tests for the Java ME technology component of the test. Each distributed test has a unique name used for identification during message exchange. The send and handleMessage methods can be used to send and receive messages to or from the other named components of the test.
J2SEDistributedTest
Class name:
com.sun.tck.j2me.services.messagingService.J2SEDistributedTest
This is the base class for distributed tests for the Java SE technology component of the test. This is a Java SE technology counterpart for J2MEDistributedTest.
DistribInteractiveTest
Class name: com.sun.tck.midp.lib.DistribInteractiveTest
This is the base class for the Java SE technology component of the interactive test. It is a subclass of J2SEDistributedTest that requires user action before test result is determined. Three different user interface types are supported:
■
■Done - The user is required to perform certain actions and confirm the completion, but cannot otherwise affect the outcome of the test.
■Information only - A visual component is presented to the user, but no user action is required.
Appendix A Test API 79