TestimoX

API Reference

Class

RuleConfigApplier

Namespace TestimoX.Configuration.Rules
Assembly TestimoX
Modifiers static

Applies RuleConfig settings to in-memory Rule objects (enable/disable rules/tests, override parameters, and adjust test details).

Inheritance

  • Object
  • RuleConfigApplier

Methods

public static Void Apply(IEnumerable<Rule> rules, IEnumerable<RuleConfig> configs) #
Returns: Void

Applies the given list of configs to the provided rules collection. Matches rules/tests by name (case-insensitive). Null inputs are ignored.

Parameters

rules System.Collections.Generic.IEnumerable{TestimoX.Definitions.Rule} requiredposition: 0
Rules to be mutated with configuration.
configs System.Collections.Generic.IEnumerable{TestimoX.Configuration.Rules.RuleConfig} requiredposition: 1
Rule configuration items.