Uses of Class
cdx.scorebot.net.tests.TestItem

Packages that use TestItem
cdx.scorebot.app.auditor Contains classes related to the Auditor. 
cdx.scorebot.app.configurer Contains classes related to the Configurer. 
cdx.scorebot.app.reporter Contains classes related to the Reporter. 
cdx.scorebot.app.tester Contains classeses related to the Tester. 
cdx.scorebot.net Implementation of tests for various services and the framework which configures and executes those tests. 
cdx.scorebot.net.tests Individual test implementations and the generic test framework; subpackages may have protected helper classes. 
cdx.scorebot.scoring The framework for scoring test results. 
cdx.scorebot.scoring.logic Contains the data structures used to hold and process the information parsed by the Scoring Logic lexical analyzer. 
 

Uses of TestItem in cdx.scorebot.app.auditor
 

Methods in cdx.scorebot.app.auditor with parameters of type TestItem
 boolean Filterer.filterTestItem(TestItem ti)
           
 

Uses of TestItem in cdx.scorebot.app.configurer
 

Constructors in cdx.scorebot.app.configurer with parameters of type TestItem
AddTestItemDialog(java.awt.Frame parent, boolean modal, TestSuite suite, TestItem[] x)
          Creates new form AddTestItemDialog
 

Uses of TestItem in cdx.scorebot.app.reporter
 

Fields in cdx.scorebot.app.reporter with type parameters of type TestItem
 java.util.Vector<TestItem> TeamScoringInfo.testItems
          all test items in the order they are defined within suites (from ntp)
 

Methods in cdx.scorebot.app.reporter with parameters of type TestItem
protected  java.lang.Integer TeamScoringInfo.getIndex(TestItem ti)
           
protected  int TeamScoringInfo.getTINumRuns(TestItem ti)
           
protected  int TeamScoringInfo.getTIScore(TestItem ti)
           
protected  TestSuite TeamScoringInfo.getTSfromTI(TestItem ti)
          find the suite a test item belongs to
 java.lang.String CompleteScoringStats.subTestItemInfo(java.lang.String page, TestItem ti)
          substitute in Test Item information
 

Uses of TestItem in cdx.scorebot.app.tester
 

Methods in cdx.scorebot.app.tester with parameters of type TestItem
 void NetworkTester.scheduleTest(TestItem item, long runDelayInMS)
          Manually inserts a test into the scheduled tests queue.
 

Uses of TestItem in cdx.scorebot.net
 

Methods in cdx.scorebot.net that return TestItem
 TestItem TestSuite.getTestItem(int index)
          Gets the specified TestItem
 

Methods in cdx.scorebot.net that return types with arguments of type TestItem
 java.util.Vector<TestItem> TestSuite.getTestItems()
          gets the items being tested
 

Methods in cdx.scorebot.net with parameters of type TestItem
 void TestSuite.addTestItem(TestItem ti)
          Adds a TestItem to be tested.
 

Uses of TestItem in cdx.scorebot.net.tests
 

Methods in cdx.scorebot.net.tests that return TestItem
 TestItem TestEvent.getTestItem()
          gets the TestItem this event is for
 

Methods in cdx.scorebot.net.tests with parameters of type TestItem
 int TestItem.compareTo(TestItem anotherTestItem)
          Compares the names of two test items lexicographically, ignoring case considerations
 TestEvent Test.run(TestItem ti)
          wrapper for run(TestEvent): creates the TestEvent and ensures timestamping is done
 

Constructors in cdx.scorebot.net.tests with parameters of type TestItem
TestEvent(TestItem ti, Configuration config)
          Creates a TestEvent to store the results from the Test in TestItem ti
 

Uses of TestItem in cdx.scorebot.scoring
 

Methods in cdx.scorebot.scoring with parameters of type TestItem
 boolean ScoringRule.applies(TestItem ti)
          Whether or not a specified TestItem applies here.
 

Uses of TestItem in cdx.scorebot.scoring.logic
 

Method parameters in cdx.scorebot.scoring.logic with type arguments of type TestItem
static java.util.HashMap<java.lang.String,TestData> TestData.createTestDataHash(java.util.Vector<TestItem> testItems)
          prepares test data from a vector of TestItems
 

Constructors in cdx.scorebot.scoring.logic with parameters of type TestItem
TestData(TestItem ti)
          all needed test information will be loaded for the test type contained by the specified test item