3 references to ReadRunningAppHosts
Aspire.Cli.EndToEnd.Tests (3)
StartStopTests.cs (3)
250
var bothInstances =
ReadRunningAppHosts
(bothInstancesPath);
270
var remainingInstance = Assert.Single(
ReadRunningAppHosts
(remainingInstancePath));
282
Assert.Empty(
ReadRunningAppHosts
(stoppedInstancesPath));