Enum ProtoTraceValueSource

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

Where a value version came from, so a reader can tell "not visible" from "did not happen".

public enum ProtoTraceValueSource
Extension Methods

Fields

ApplicationSide = 2

Reported by the application itself (future: observer, outbox or telemetry bridge).

Observed = 1

Seen in what the system returned; the identity was observed, not acted on.

TestSide = 0

Created or changed by test-side code: ProtoTest.Data, a composed domain, the test itself.