tests: add integration test for wrapper web socket class

This commit is contained in:
Stevan Freeborn
2025-05-09 01:54:06 -05:00
parent 7f6c9d5624
commit 4bfe705fb6
10 changed files with 220 additions and 2 deletions
@@ -14,6 +14,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="7.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="moq" Version="4.20.72" />
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />