Uses of Class
cdx.scorebot.app.util.TestInfo

Packages that use TestInfo
cdx.scorebot.app.util Contains utility classes whose primary purpose is to maintain information about services, tests, test options, and test returns for other GUIs. 
 

Uses of TestInfo in cdx.scorebot.app.util
 

Methods in cdx.scorebot.app.util that return TestInfo
 TestInfo ServiceInfo.getTest(int index)
          Gets the specified test
 

Methods in cdx.scorebot.app.util that return types with arguments of type TestInfo
 java.util.Vector<TestInfo> ServiceInfo.getTests()
          gets the tests in this test
 

Methods in cdx.scorebot.app.util with parameters of type TestInfo
 void ServiceInfo.addTest(TestInfo ti)
          Adds a test to be tested.
 boolean ServiceInfo.removeTest(TestInfo ti)
          Removes the test from this service