TestimoX

API Reference

Class

CrosswalkCatalog

Namespace TestimoX.Baselines.Crosswalk
Assembly TestimoX
Modifiers static

Loads and serves RuleCrosswalk mappings from JSON (TestimoX/Baselines/Crosswalk/CrosswalkMap.json). Inline mappings attached via WithCrosswalk are preferred; the catalog is a supplemental source.

Inheritance

  • Object
  • CrosswalkCatalog

Methods

public static Void EnsureLoaded() #
Returns: Void

Initializes the catalog by reading CrosswalkMap.json once per process.

public static RuleCrosswalk Get(String testimoRuleName) #
Returns: RuleCrosswalk

Gets a crosswalk record for the given rule name, or null when absent.

Parameters

testimoRuleName System.String requiredposition: 0
public static IReadOnlyCollection<String> RuleNames() #
Returns: IReadOnlyCollection<String>

Returns all rule names present in the catalog.