1 instantiation of TestProcessDisposable
Aspire.Hosting.TestUtilities (1)
Utils\TestProcessRunner.cs (1)
76
disposable = new
TestProcessDisposable
();
4 references to TestProcessDisposable
Aspire.Hosting.Tests (1)
WithProcessCommandTests.cs (1)
1481
var
disposable = Assert.Single(processRunner.Disposables);
Aspire.Hosting.TestUtilities (3)
Utils\TestProcessRunner.cs (3)
13
private readonly List<
TestProcessDisposable
> _disposables = [];
26
public IReadOnlyList<
TestProcessDisposable
> Disposables
71
TestProcessDisposable
disposable;