ExampleSnapshotModelRecord

PackageFsLiveDocs.Core
Represents the evaluated result of a documentation example.

Fields

NameTypeDescription
NameNameThe unique name of the example.
ScenarioScenarioThe scenario name, if one was applied.
SourceSourceThe example source as extracted from the documentation comment.
ExpectedOutputExpectedOutputThe expected output already present in the source, if any.
ActualOutputActualOutputThe actual output produced by running the example.
StatusStatusThe verification status for the example.