API Reference
Class
TestDetailsOverride
Override for TestDetails.
Inheritance
- Object
- TestDetailsOverride
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property RuleConfig.Details
- Property TestConfig.Details
Constructors
public TestDetailsOverride() #Inherited Methods
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).