Skip to main content

Module conformance

Module conformance 

Source
Expand description

Projects pipeline output into the plain Value wire artifacts the conformance goldens pin — port of conformance.ts / Conformance.java. Covers all four projections (var-doc, registry, plan, trace).

Re-exports§

pub use crate::expression::parameter_type_names;

Structs§

BundleArtifacts
All four projected wire artifacts for one bundle.

Functions§

run_conformance
Runs one bundle end-to-end: plan, execute (recording observations), and project all four wire artifacts. Port of runConformance.
to_doc_artifact
Projects a parsed Doc to the var-doc wire artifact.
to_failure_artifact
Projects a caught step failure to the FailureArtifact wire shape. None error falls through to "thrown".
to_plan_artifact
Projects an ExecutionPlan to the plan wire artifact.
to_registry_artifact
Projects a Registry to the registry wire artifact.