Skip to main content

evaluate_sequence_fixture

Function evaluate_sequence_fixture 

Source
pub fn evaluate_sequence_fixture(
    sequence: &Sequence,
    fixture: &SequenceFixture,
) -> SequenceFixtureOutcome
Expand description

Evaluates one SequenceFixture against its Sequence without hitting an MCP server: each step’s with: map is substituted against the running SequenceContext just like the live runner does, but the response comes from fixture.responses[i] instead of a real call.