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