TestimoX

API Reference

Class

FilteredResults

Namespace TestimoX.Definitions
Assembly TestimoX

Structured view of result sets after applying test filters. Captures the original results as well as per-test filtered subsets.

Inheritance

  • Object
  • FilteredResults

Constructors

public FilteredResults() #

Initializes empty collections for original and filtered sets.

Properties

public PSDataCollection<PSObject> OriginalResults { get; set; } #

The unfiltered result set produced by the rule (PowerShell-friendly representation).

public Dictionary<String, PSDataCollection<PSObject>> FilteredSets { get; set; } #

Per-test filtered result sets keyed by test name (PowerShell-friendly representation).