API Reference
Class
Test
Declarative test attached to a rule. Tests assert expectations against a rule's result set and produce a TestResult with a severity/status.
Inheritance
- Object
- Test
Constructors
public Test() #Inherited Methods
Properties
public String Name { get; set; } #Name of the test (used in reports and filtering).
public TestParameters Parameters { get; set; } #Parameters controlling the assertion logic for this test.
public TestDetails Details { get; set; } #Metadata describing categories, severity mapping, and actions.
public RequirementSet Requirements { get; set; } #Optional requirements that gate execution of this test.
public Nullable<ScoreKind> ScoreKind { get; set; } #Optional scoring domain override for this test. When null, the rule or category mapping decides.