Add shared test utility library with TestPortAllocator.GetFreePort() and SocketTestHelper.ReadUntilAsync() to deduplicate helpers across test projects. This is the foundation for splitting the monolithic test project into feature-focused test projects.
12 lines
449 B
Plaintext
12 lines
449 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.E2E.Tests/NATS.E2E.Tests.csproj" />
|
|
</Folder>
|
|
</Solution>
|