Executions: Configuration¶
This page mirrors the Configuration section from Executions.
WithRootConfiguration¶
Source file, signature, and docstring
Member
ExecutionBuilder.WithRootConfiguration(IConfiguration configuration)
Kind function
Declaring Type ExecutionBuilder
Source File QaaS.Mocker/ExecutionBuilder.cs
Signature
Docstring
Replaces the root configuration stored on the current execution context.
Use this method when working with the documented Mocker execution builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.