API Reference
Class
FilteredResults
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.
Inherited Methods
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).