Uses of Class
cdx.scorebot.scoring.logic.UndefinedTestException

Packages that use UndefinedTestException
cdx.scorebot.scoring.logic Contains the data structures used to hold and process the information parsed by the Scoring Logic lexical analyzer. 
 

Uses of UndefinedTestException in cdx.scorebot.scoring.logic
 

Methods in cdx.scorebot.scoring.logic that throw UndefinedTestException
protected  int Context.count(java.lang.String testName, int numResultsToLookAt, java.lang.String resultName, OperatorType operator, Literal operand2)
          counts the number of a times a given result meets a given condition for some number of iterations of the test.
protected  Literal Context.getTestOptionValue(java.lang.String testName, int testNum, java.lang.String optionName)
          gets the value of a test option
protected  Literal Context.getTestResultValue(java.lang.String testName, int testNum, java.lang.String resultName)
          gets the value of a test result