Skip to content

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

public MockerCommandBuilder WithRedis(RedisConfig redis)

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

public MockerCommandBuilder WithRequestDurationMs(int requestDurationMs)

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

public MockerCommandBuilder WithRequestRetries(int requestRetries)

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.

WithCommand

Source file, signature, and docstring

Member MockerCommandBuilder.WithCommand(MockerCommandConfig command)

Kind function

Declaring Type MockerCommandBuilder

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

Signature

public MockerCommandBuilder WithCommand(MockerCommandConfig command)

Docstring

Configures command 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.