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.