Transaction Stubs: Collection helpers¶
This page mirrors the Collection helpers section from Transaction Stubs.
UpdateConfiguration¶
Source file, signature, and docstring
Member
TransactionStubBuilder.UpdateConfiguration(object configuration)
Kind function
Declaring Type TransactionStubBuilder
Source File QaaS.Mocker.Stubs/ConfigurationObjects/TransactionStubBuilder.cs
Signature
Docstring
Updates the configuration currently stored on the Mocker transaction stub builder instance.
Use this method when working with the documented Mocker transaction stub builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
DeleteConfiguration¶
Source file, signature, and docstring
Member
TransactionStubBuilder.DeleteConfiguration()
Kind function
Declaring Type TransactionStubBuilder
Source File QaaS.Mocker.Stubs/ConfigurationObjects/TransactionStubBuilder.cs
Signature
Docstring
Clears the configuration currently stored on the Mocker transaction stub builder instance.
Use this method when working with the documented Mocker transaction stub builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.