Assertions: Links¶
This page mirrors the Links section from Assertions.
AddLink¶
Source file, signature, and docstring
Member
AssertionBuilder.AddLink(LinkBuilder linkBuilder)
Kind function
Declaring Type AssertionBuilder
Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs
Signature
Docstring
Adds the supplied link to 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.
CreateLink¶
Source file, signature, and docstring
Member
AssertionBuilder.CreateLink(LinkBuilder linkBuilder)
Kind function
Declaring Type AssertionBuilder
Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs
Signature
Docstring
Creates or adds the configured link entry on 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.
ReadLinks¶
Source file, signature, and docstring
Member
AssertionBuilder.ReadLinks()
Kind function
Declaring Type AssertionBuilder
Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs
Signature
Docstring
Returns the configured links currently stored on the Runner assertion builder instance.
Use this method when working with the documented Runner assertion builder API surface in code. Use it to inspect the current configured state without rebuilding the surrounding collection or runtime object graph.
UpdateLink¶
Source file, signature, and docstring
Member
AssertionBuilder.UpdateLink(string name, LinkBuilder linkBuilder)
Kind function
Declaring Type AssertionBuilder
Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs
Signature
Docstring
Updates the configured link stored on 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.
DeleteLink¶
Source file, signature, and docstring
Member
AssertionBuilder.DeleteLink(string name)
Kind function
Declaring Type AssertionBuilder
Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs
Signature
Docstring
Removes the configured link from 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.