test(batch49): port 126 JetStream core integration tests

Replace stub tests in JetStreamTests.cs and JetStreamConsumerTests.cs
with real implementations. Tests that can be verified via the JetStream
wire API (NATS.Client.Core + $JS.API.*) are implemented using IAsyncLifetime
with NatsConnection; tests requiring Go server internals, server restart, or
JetStream clustering remain deferred with descriptive skip reasons.
This commit is contained in:
Joseph Doherty
2026-03-01 12:46:09 -05:00
parent 8040a3b17c
commit fb0860c84f
3 changed files with 2026 additions and 165 deletions