GeneratedVerificationModule

PackageFsLiveDocs.Runner
The single stable execution boundary used by generated xUnit cases.

Summary

NameSignatureSynopsis
runCaserunCase references caseRuns one generated case without exposing verification ordering or composition to its caller.
compileUncoveredExamplescompileUncoveredExamples projectPath prelude references covered packageCompiles XML examples that no page transcludes and no snapshot runs, against the project that declares them.

runCase

runCase references case
Member
Runs one generated case without exposing verification ordering or composition to its caller.

Parameters

NameTypeDescription
referencesstring list
caseGeneratedVerificationCase

Returns

Async<unit>

compileUncoveredExamples

compileUncoveredExamples projectPath prelude references covered package
Member
Compiles XML examples that no page transcludes and no snapshot runs, against the project that declares them.

Parameters

NameTypeDescription
projectPathstring
preludestring
referencesstring list
coveredSet<string>
packagePackageModel

Returns

Async<ApiDiagnostic list>