TestimoX

API Reference

Class

RuleSelectorOptions

Namespace TestimoX.Execution
Assembly TestimoX
Modifiers sealed

Options for selecting rules by name, category, or tag.

Inheritance

  • Object
  • RuleSelectorOptions

Constructors

public RuleSelectorOptions() #

Properties

public IReadOnlyCollection<String> RuleNames { get; set; } #

Rule names or display names to include.

public IReadOnlyCollection<String> Categories { get; set; } #

Category names to include.

public IReadOnlyCollection<String> Tags { get; set; } #

Tag names to include.