TestimoX

API Reference

Enum

ReportFeature

Namespace TestimoX.Configuration.Engine
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Report features that can be independently gated.

Inheritance

  • Enum
  • ReportFeature

Values

public const ReportFeature HtmlReport #

HTML report generation and export.

Value: 0
public const ReportFeature WordReport #

Word report generation and export.

Value: 1
public const ReportFeature BaselineMapping #

Baseline mapping (MSB/CIS/STIG) sections and glyphs.

Value: 2
public const ReportFeature VendorDocs #

Vendor documentation tiles and reference links (PingCastle/PurpleKnight).

Value: 3
public const ReportFeature RuleGuidance #

Inline TestimoX rule guidance (Summary/Why/Investigate/Fix/References).

Value: 4
public const ReportFeature MatchDetails #

Per‑rule vendor match details (tables listing MSB/CIS/STIG controls).

Value: 5
public const ReportFeature Charts #

Charts and visualizations in reports.

Value: 6
public const ReportFeature AboutTab #

The About tab in HTML/Word (summary and catalog).

Value: 7
public const ReportFeature CatalogAllRules #

Loading and rendering the full rule catalog instead of executed rules only.

Value: 8