ExampleSnapshotModelRecord
PackageFsLiveDocs.Core
Represents the evaluated result of a documentation example.
Fields
| Name | Type | Description |
|---|---|---|
| Name | Name | The unique name of the example. |
| Scenario | Scenario | The scenario name, if one was applied. |
| Source | Source | The example source as extracted from the documentation comment. |
| ExpectedOutput | ExpectedOutput | The expected output already present in the source, if any. |
| ActualOutput | ActualOutput | The actual output produced by running the example. |
| Status | Status | The verification status for the example. |