Class BowireRecordingStore
- Namespace
- Kuestenlogik.Bowire.Mocking
- Assembly
- Kuestenlogik.Bowire.dll
On-disk shape of ~/.bowire/recordings.json — a container for one
or more BowireRecording instances. The mock server accepts
both this wrapper ("full store" file) and a single BowireRecording
at the top level (single-scenario file).
public sealed class BowireRecordingStore
- Inheritance
-
BowireRecordingStore
- Inherited Members
Constructors
BowireRecordingStore()
public BowireRecordingStore()
Properties
Recordings
[JsonPropertyName("recordings")]
public IList<BowireRecording> Recordings { get; init; }