API Reference
Class
CrosswalkCatalog
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:
VoidInitializes the catalog by reading CrosswalkMap.json once per process.
public static RuleCrosswalk Get(String testimoRuleName) #Returns:
RuleCrosswalkGets a crosswalk record for the given rule name, or null when absent.
Parameters
- testimoRuleName System.String
public static IReadOnlyCollection<String> RuleNames() #Returns:
IReadOnlyCollection<String>Returns all rule names present in the catalog.