TestimoX

API Reference

Class

TestResult

Namespace TestimoX.Definitions
Assembly TestimoX

Outcome of executing a single test.

Inheritance

  • Object
  • TestResult

Constructors

Properties

public String Name { get; set; } #

Name of the test.

public Boolean Success { get; set; } #

True when the test passed.

public TestimoStatus Status { get; set; } #

Severity/status derived from the result and scale.

public String ErrorMessage { get; set; } #

Optional error message explaining a failure.

public String Message { get; set; } #

Optional friendly message for rendering in reports/JSON. When a test fails, this usually mirrors ErrorMessage. When a test passes and the rule provided a pass message, that text is stored here.

public Nullable<Int32> Penalty { get; set; } #

Optional penalty points contributing to aggregate scoring.