Package cdx.scorebot.scoring

The framework for scoring test results.

See:
          Description

Class Summary
ManualScoreEvent describes a change in score due to a penalty or bonus resulting from a manually, user-entered request for such a change
ScoreEvent describes a change in score due to a penalty or bonus (includes all relevant information as to why)
ScoringCompiler compiles ScoreEvents into results information and also applies thresholding information
ScoringInfo Describes a score change as well as any thresholds which modify that change
ScoringRule defines how to score a test or group of test(s) and any associated threshold(s)
ScoringRuleset Describes how to score the service a TestSuite is testing.
TestScoreEvent describes a change in score due to a penalty or bonus resulting from test results triggering a scoring rule (includes all relevant information as to why)
 

Enum Summary
ScoringRule.BASIC_METHOD_TYPE defines the methods which may be used as actions in a basic rule
ThresholdType an enumeration which specifies what kind of threshold is being applied
 

Package cdx.scorebot.scoring Description

The framework for scoring test results.