TestimoX

API Reference

Class

RuleCrosswalkReport

Namespace TestimoX.Baselines.Crosswalk
Assembly TestimoX
Modifiers sealed

Aggregated crosswalk information for a rule: baseline matches, related docs and coverage glyphs.

Inheritance

  • Object
  • RuleCrosswalkReport

Constructors

Properties

public String RuleName { get; set; } #

TestimoX rule name.

public String Display { get; set; } #

Human-friendly display name.

public List<VendorMatch> BaselineMatches { get; set; } #

Matched vendor baseline controls.

public List<DocEntry> Docs { get; set; } #

Related documentation entries (PingCastle/PurpleKnight/etc.).

public CoverageRow Coverage { get; set; } #

Coverage glyph row for quick report rendering.