Skip to content

Mocker Commands: Execution order

This page mirrors the Execution order section from Mocker Commands.

AtStage

Source file, signature, and docstring

Member MockerCommandBuilder.AtStage(int stage)

Kind function

Declaring Type MockerCommandBuilder

Source File QaaS.Runner.Sessions/Actions/MockerCommands/MockerCommandBuilder.cs

Signature

public MockerCommandBuilder AtStage(int stage)

Docstring

Sets the stage used by the current Runner mocker command builder instance.

Use this method when working with the documented Runner mocker command builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.