TestimoX

API Reference

Class

TestimoXDocumentationFindingOptions

Namespace TestimoX.Documentation
Assembly TestimoX
Modifiers sealed

Controls how TestimoX rule results are projected into documentation findings.

Inheritance

  • Object
  • TestimoXDocumentationFindingOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public TestimoXDocumentationFindingOptions() #

Properties

public Boolean IncludeSuccessfulTests { get; set; } #

Gets whether passed tests should be included as informational entries.

public Boolean IncludeSkippedTests { get; set; } #

Gets whether skipped tests should be included.

public Boolean IncludeExecutionGate { get; set; } #

Gets whether rule execution gate failures and skips should be included.

public String SourceName { get; set; } #

Gets the source label assigned to projected findings.

public Int32 MaxAffectedObjects { get; set; } #

Gets the maximum number of affected objects copied from each test evidence set.

public Int32 MaxEvidenceItems { get; set; } #

Gets the maximum number of normalized evidence rows copied into each documentation finding.

public ReportLanguage Language { get; set; } #

Gets the language used when projecting rule titles, test names, summaries, and guidance.