Assertions: Identity and hook selection¶
This page mirrors the Identity and hook selection section from Assertions.
Named¶
Source file, signature, and docstring
Member
AssertionBuilder.Named(string name)
Kind function
Declaring Type AssertionBuilder
Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs
Signature
Docstring
Sets the name used for the current Runner assertion builder instance.
Use this method when working with the documented Runner assertion builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
HookNamed¶
Source file, signature, and docstring
Member
AssertionBuilder.HookNamed(string hookName)
Kind function
Declaring Type AssertionBuilder
Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs
Signature
Docstring
Sets the hook implementation name used by the current Runner assertion builder instance.
Use this method when working with the documented Runner assertion builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.