Enum ProtoTraceSectionKind

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

The closed vocabulary of operation sections. A viewer renders these four kinds and nothing else, so an integration describes what happened in data, never in markup or styling.

public enum ProtoTraceSectionKind
Extension Methods

Fields

Checks = 2

What was checked and how it went.

Code = 1

A payload to read: a body, a query, a snippet.

Diff = 3

Expected against actual, per property.

Fields = 0

Labelled facts: status, url, counts, timing.