Enum FlowExpectationKind
- Namespace
- Kuestenlogik.Bowire.Flows.Expectations
- Assembly
- Kuestenlogik.Bowire.Flows.dll
What slice of the request envelope an expectation reads.
public enum FlowExpectationKind
Fields
BodyPath = 2A value resolved from the parsed JSON response body via a dotted / $-anchored path.
BodyText = 3The raw response body as a single string blob (for contains / regex sweeps).
Header = 1A response header by name (case-insensitive).
Latency = 4The measured request latency in milliseconds.
Snapshot = 5Synthetic kind used for snapshot-baseline results (#171). Not authored as a regular expectation row — the runner emits results of this kind from the step's Snapshot config so snapshot drift flows into the same JUnit / SARIF / HTML reporting as ordinary expectations.
Status = 0The HTTP status / protocol-equivalent status string ("OK", "200", ...).