Description
Register the bound multi-way callback and reporters. Target is the registry to extend; Name and optional Group form its identity; Tags is the optional comma-separated selection set.
Case_Id
type Case_Id is (<>);
Same enumeration used by Compare_Many.
Register
procedure Register (Target : in out Suite; Name : String; Group : String := ""; Tags : String := "")
Register the bound multi-way callback and reporters. Target is the registry to extend; Name and optional Group form its identity; Tags is the optional comma-separated selection set.
Parameters
- Target
- Name
- Group
- Tags
Run
procedure Run (Config : Configuration; Result : out Multi_Comparison)
Wrapper around the existing Compare_Many instance.
Parameters
- Config
- Result