Uses of Interface
ix.ip2.test.TestElement

Packages that use TestElement
ix.ip2 I-X Process Panels 
ix.ip2.test Classes for test-menu entries. 
ix.test.xml Experiments with new classes that could be converted to and from XML. 
 

Uses of TestElement in ix.ip2
 

Methods in ix.ip2 with parameters of type TestElement
 void Ip2.addTest(TestElement test)
          Adds the specified test to the main frame's "Test" menu.
 

Uses of TestElement in ix.ip2.test
 

Classes in ix.ip2.test that implement TestElement
 class PanelTest
          A specification of a test that can be selected from a panel's "Test" menu.
 class TestItem
          A test that sends a single message.
 class TestSeparator
          An object that becomes a separator in the test menu.
 class TestSequence
          A test that sends a series of messages specified by a List of TestItems.
 class TestSequenceGenerator
          A test that sends a series of messages generated from a TestItem template.
 class TestSubmenu
          An object that becomes a submenu in the test menu.
 

Uses of TestElement in ix.test.xml
 

Classes in ix.test.xml that implement TestElement
 class TestGen