TestimoX

API Reference

Class

TestDetailsOverride

Namespace TestimoX.Configuration.Rules
Assembly TestimoX
Modifiers sealed

Override for TestDetails.

Inheritance

  • Object
  • TestDetailsOverride

Constructors

public TestDetailsOverride() #

Properties

public Category[] Category { get; set; } #

Override categories displayed for the test.

public Nullable<Importance> Importance { get; set; } #

Override importance (influences guidance and sorting).

public Nullable<TestimoStatus> StatusTrue { get; set; } #

Status to report when the test passes (true).

public Nullable<TestimoStatus> StatusFalse { get; set; } #

Status to report when the test fails (false).