TestimoX

API Reference

Class

AuditPackageSummaryDocument

Namespace TestimoX.AuditPackages
Assembly TestimoX
Modifiers sealed

Top-level execution summary captured in an audit package.

Inheritance

  • Object
  • AuditPackageSummaryDocument

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

Constructors

Properties

public String RunId { get; set; } #

Gets or sets the run identifier for the summary.

public Int32 SelectedRuleCount { get; set; } #

Gets or sets the total number of selected rules.

public Int32 ExecutedRuleCount { get; set; } #

Gets or sets the total number of executed rules.

public Int32 FailedRules { get; set; } #

Gets or sets the total number of failed rules.

public Int32 SkippedRules { get; set; } #

Gets or sets the total number of skipped rules.

public Int32 Warnings { get; set; } #

Gets or sets the total number of warning records.

public Int32 Errors { get; set; } #

Gets or sets the total number of error records.

public Double ElapsedSeconds { get; set; } #

Gets or sets the total execution time in seconds.

public List<String> TopRiskRuleIds { get; set; } #

Gets or sets the identifiers of the most at-risk rules surfaced in the package.