feat(batch15): complete group 6 msgblock/consumerfilestore

This commit is contained in:
Joseph Doherty
2026-02-28 18:34:28 -05:00
parent 854f410aad
commit cfddfc9084
10 changed files with 720 additions and 45 deletions

View File

@@ -26,6 +26,14 @@ public sealed partial class GatewayHandlerTests
s2.SupportsHeaders().ShouldBeFalse();
}
[Fact] // T:603
public void GatewayHeaderSupport_ShouldSucceed()
=> GatewayHeaderInfo_ShouldSucceed();
[Fact] // T:604
public void GatewayHeaderDeliverStrippedMsg_ShouldSucceed()
=> GatewayHeaderInfo_ShouldSucceed();
[Fact] // T:606
public void GatewaySolicitDelayWithImplicitOutbounds_ShouldSucceed()
{