1 instantiation of RemoteHostTestServer
Aspire.Hosting.RemoteHost.Tests (1)
JsonRpcAuthenticationTests.cs (1)
124return new RemoteHostTestServer(host, socketPath, socketDirectory);
8 references to RemoteHostTestServer
Aspire.Hosting.RemoteHost.Tests (8)
JsonRpcAuthenticationTests.cs (8)
33await using var server = await RemoteHostTestServer.StartAsync(); 45await using var server = await RemoteHostTestServer.StartAsync(); 57await using var server = await RemoteHostTestServer.StartAsync(); 63await RemoteHostTestServer.WaitForDisconnectAsync(client); 97public static async Task<RemoteHostTestServer> StartAsync()