test(batch48): add integration test harness infrastructure

Create 7 helper files under ZB.MOM.NatsNet.Server.IntegrationTests/Helpers/
and add Xunit.SkippableFact package. All tests skip gracefully via
IntegrationTestBase.CanBoot() guard until the .NET server runtime is complete.
This commit is contained in:
Joseph Doherty
2026-03-01 12:06:08 -05:00
parent 41ea272c8a
commit e846cb664a
8 changed files with 1125 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
<PackageReference Include="Shouldly" Version="*" />
<PackageReference Include="NSubstitute" Version="*" />
<PackageReference Include="Xunit.SkippableFact" Version="*" />
</ItemGroup>
<ItemGroup>