Uses of Class
cdx.scorebot.scoring.TestScoreEvent

Packages that use TestScoreEvent
cdx.scorebot.app.reporter Contains classes related to the Reporter. 
cdx.scorebot.net Implementation of tests for various services and the framework which configures and executes those tests. 
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 TestScoreEvent in cdx.scorebot.app.reporter
 

Fields in cdx.scorebot.app.reporter with type parameters of type TestScoreEvent
 java.util.Vector<java.util.Vector<TestScoreEvent>> TeamScoringInfo.suiteScoreEv
           
 java.util.Vector<TestScoreEvent> TeamScoringInfo.testScoreEvents
          all test score events in the order they occurred
 java.util.Vector<java.util.Vector<TestScoreEvent>> TeamScoringInfo.tiTestScoreEvents
          temporary computed values stored here
 

Methods in cdx.scorebot.app.reporter with parameters of type TestScoreEvent
protected  java.lang.Integer TeamScoringInfo.getIndex(TestScoreEvent tse)
           
protected  TestSuite TeamScoringInfo.getTSfromTSE(TestScoreEvent e)
           
 java.lang.String CompleteScoringStats.subTestScoreEventInfo(java.lang.String page, TestScoreEvent tse)
          substitute in Test Score Event information
 

Uses of TestScoreEvent in cdx.scorebot.net
 

Methods in cdx.scorebot.net that return types with arguments of type TestScoreEvent
 java.util.Vector<TestScoreEvent> NetworkTestPackage.getTestScoreEvents(java.lang.String inputPathRoot)
          gets the test score events which have exist for the specified configuration
 

Uses of TestScoreEvent in cdx.scorebot.scoring
 

Methods in cdx.scorebot.scoring that return types with arguments of type TestScoreEvent
 java.util.Vector<TestScoreEvent> ScoringRule.executeLogic(TestSuite suite, TestEvent t)
          executes the scoring logic on the specified TestEvent and returns any resulting TestScoreEvents, or null if none was generated (this just passes the TestEvent to ScoringLogic's executeLogic method)
 java.util.Vector<TestScoreEvent> ScoringRuleset.processTestEvent(TestSuite suite, TestEvent e)
          Give each rule a chance to process the TestEvent.
 

Uses of TestScoreEvent in cdx.scorebot.scoring.logic
 

Methods in cdx.scorebot.scoring.logic that return types with arguments of type TestScoreEvent
 java.util.Vector<TestScoreEvent> Context.getTestScoreEvents()
          gets any test score events generated by in this context