Assertions: Collection helpers¶
This page mirrors the Collection helpers section from Assertions.
UpdateConfiguration¶
Source file, signature, and docstring
Member
AssertionBuilder.UpdateConfiguration(object configuration)
Kind function
Declaring Type AssertionBuilder
Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs
Signature
Docstring
Updates the configuration currently stored on the 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.
DeleteConfiguration¶
Source file, signature, and docstring
Member
AssertionBuilder.DeleteConfiguration()
Kind function
Declaring Type AssertionBuilder
Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs
Signature
Docstring
Clears the configuration currently stored on the 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.