Uses of Class
cdx.scorebot.net.tests.TestEvent.ResultInfoPair

Packages that use TestEvent.ResultInfoPair
cdx.scorebot.net.tests Individual test implementations and the generic test framework; subpackages may have protected helper classes. 
 

Uses of TestEvent.ResultInfoPair in cdx.scorebot.net.tests
 

Methods in cdx.scorebot.net.tests that return types with arguments of type TestEvent.ResultInfoPair
 java.util.HashMap<java.lang.String,TestEvent.ResultInfoPair> TestEvent.getResults()
          gets the results (and audits) of this test
 java.util.Vector<TestEvent.ResultInfoPair> TestEvent.getResultsWithNames()
          gets the results (and audits) of this test and sets the name of each result
 

Method parameters in cdx.scorebot.net.tests with type arguments of type TestEvent.ResultInfoPair
 void TestEvent.setResultValues(java.util.Vector<TestEvent.ResultInfoPair> res)
          sets the results (and audits) of this test (the ResultInfoPair's must have their name set)