Move TLS, OCSP, WebSocket, Networking, and IO test files from NATS.Server.Tests into a dedicated NATS.Server.Transport.Tests project. Update namespaces, replace private GetFreePort/ReadUntilAsync with shared TestUtilities helpers, extract TestCertHelper to TestUtilities, and replace Task.Delay polling loops with PollHelper.WaitUntilAsync/YieldForAsync for proper synchronization.
13 lines
541 B
Plaintext
13 lines
541 B
Plaintext
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/NATS.Server.Host/NATS.Server.Host.csproj" />
|
|
<Project Path="src/NATS.Server/NATS.Server.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/NATS.Server.TestUtilities/NATS.Server.TestUtilities.csproj" />
|
|
<Project Path="tests/NATS.Server.Tests/NATS.Server.Tests.csproj" />
|
|
<Project Path="tests/NATS.Server.Transport.Tests/NATS.Server.Transport.Tests.csproj" />
|
|
<Project Path="tests/NATS.E2E.Tests/NATS.E2E.Tests.csproj" />
|
|
</Folder>
|
|
</Solution>
|