TestimoX

API Reference

Class

Test

Namespace TestimoX.Definitions
Assembly TestimoX

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

Properties

public String Name { get; set; } #

Name of the test (used in reports and filtering).

public Boolean Enable { get; set; } #

Enables or disables the test.

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.