Mocker Commands: Configuration¶
This page mirrors the Configuration section from Mocker Commands.
WithRedis¶
Source file, signature, and docstring
Member
MockerCommandBuilder.WithRedis(RedisConfig redis)
Kind function
Declaring Type MockerCommandBuilder
Source File QaaS.Runner.Sessions/Actions/MockerCommands/MockerCommandBuilder.cs
Signature
Docstring
Configures redis on 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.
WithRequestDurationMs¶
Source file, signature, and docstring
Member
MockerCommandBuilder.WithRequestDurationMs(int requestDurationMs)
Kind function
Declaring Type MockerCommandBuilder
Source File QaaS.Runner.Sessions/Actions/MockerCommands/MockerCommandBuilder.cs
Signature
Docstring
Configures request duration ms on 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.
WithRequestRetries¶
Source file, signature, and docstring
Member
MockerCommandBuilder.WithRequestRetries(int requestRetries)
Kind function
Declaring Type MockerCommandBuilder
Source File QaaS.Runner.Sessions/Actions/MockerCommands/MockerCommandBuilder.cs
Signature
Docstring
Configures request retries on 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.