Class CrossProtocolScenario


public class CrossProtocolScenario extends ObjectWithReflectiveEqualsHashCodeToString
Describes a cross-protocol scenario correlation: when a protocol event matching trigger (and optionally matchPattern) is observed, the named scenario is advanced to targetState.

This allows multi-protocol test flows such as "when a DNS query for api.example.com is seen, advance to the 'DnsObserved' state so HTTP expectations gated on that state become active."