Skip to content

Executions: Transaction stubs

TL;DR — This page mirrors the Transaction stubs section from Executions as a focused reference.

When to use

Use this page when you need the focused member list, signatures, and source notes for this section without scanning the full parent reference.

C# (CAC) usage

AddStub

Source file, signature, and docstring

Member ExecutionBuilder.AddStub(TransactionStubBuilder stubBuilder)

Kind function

Declaring Type ExecutionBuilder

Source File QaaS.Mocker/ExecutionBuilder.cs

Signature

public ExecutionBuilder AddStub(TransactionStubBuilder stubBuilder)

Docstring

Adds the supplied stub to the current Mocker execution builder instance.

AddStub

Source file, signature, and docstring

Member ExecutionBuilder.AddStub(TransactionStubConfig stubConfig)

Kind function

Declaring Type ExecutionBuilder

Source File QaaS.Mocker/ExecutionBuilder.cs

Signature

public ExecutionBuilder AddStub(TransactionStubConfig stubConfig)

Docstring

Adds the supplied stub to the current Mocker execution builder instance.

UpdateStub

Source file, signature, and docstring

Member ExecutionBuilder.UpdateStub(string stubName, TransactionStubBuilder stubBuilder)

Kind function

Declaring Type ExecutionBuilder

Source File QaaS.Mocker/ExecutionBuilder.cs

Signature

public ExecutionBuilder UpdateStub(string stubName, TransactionStubBuilder stubBuilder)

Docstring

Updates the configured stub stored on the current Mocker execution builder instance.

UpdateStub

Source file, signature, and docstring

Member ExecutionBuilder.UpdateStub(string stubName, TransactionStubConfig stubConfig)

Kind function

Declaring Type ExecutionBuilder

Source File QaaS.Mocker/ExecutionBuilder.cs

Signature

public ExecutionBuilder UpdateStub(string stubName, TransactionStubConfig stubConfig)

Docstring

Updates the configured stub stored on the current Mocker execution builder instance.

RemoveStubAt

Source file, signature, and docstring

Member ExecutionBuilder.RemoveStubAt(int index)

Kind function

Declaring Type ExecutionBuilder

Source File QaaS.Mocker/ExecutionBuilder.cs

Signature

public ExecutionBuilder RemoveStubAt(int index)

Docstring

Removes the configured stub at the specified index from the current Mocker execution builder instance.

RemoveStub

Source file, signature, and docstring

Member ExecutionBuilder.RemoveStub(string stubName)

Kind function

Declaring Type ExecutionBuilder

Source File QaaS.Mocker/ExecutionBuilder.cs

Signature

public ExecutionBuilder RemoveStub(string stubName)

Docstring

Removes the configured stub from the current Mocker execution builder instance.

Edge cases

  • This page is generated from the parent reference section; edit the source XML docs or generator when content needs to change.
  • If a linked source member is renamed, regenerate the reference docs before changing prose by hand.

See also