TestimoX

API Reference

Class

RuleOverrideCatalog

Namespace TestimoX.Configuration
Assembly TestimoX
Modifiers static

Catalog of known per-rule override keys to guide users when building RuleOverrides JSON. This is optional metadata; rules still function without overrides.

Inheritance

  • Object
  • RuleOverrideCatalog

Methods

public static IReadOnlyList<String> GetKeys(String ruleName) #
Returns: IReadOnlyList<String>

Returns a list of supported override keys for the given rule name.

Parameters

ruleName System.String requiredposition: 0
Rule name (case-insensitive).

Returns

Array of override keys, or empty when none are known.