Skip to content

Assertions: General

This page mirrors the General section from Assertions.

Configure

Source file, signature, and docstring

Member AssertionBuilder.Configure(object configuration)

Kind function

Declaring Type AssertionBuilder

Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs

Signature

public AssertionBuilder Configure(object configuration)

Docstring

Sets 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.