Skip to main content

link_declared_tests

Function link_declared_tests 

Source
pub fn link_declared_tests(
    tests: &[DeclaredTestCase],
    boundaries: &[HttpBoundary],
) -> Result<Vec<Edge>, LinkError>
Expand description

Links declared tests to exact HTTP providers with bilateral evidence.

Tests with no observed provider remain unlinked instead of inventing a target.

ยงErrors

Returns LinkError::AmbiguousProvider when multiple providers expose the same target.