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 = 2

A value resolved from the parsed JSON response body via a dotted / $-anchored path.

BodyText = 3

The raw response body as a single string blob (for contains / regex sweeps).

Header = 1

A response header by name (case-insensitive).

Latency = 4

The measured request latency in milliseconds.

Snapshot = 5

Synthetic 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 = 0

The HTTP status / protocol-equivalent status string ("OK", "200", ...).