4 instantiations of TestOutputWrapper
Aspire.EndToEnd.Tests (4)
IntegrationServicesFixture.cs (1)
40_testOutput = new TestOutputWrapper(messageSink: _diagnosticMessageSink);
IntegrationServicesTests.cs (1)
18_testOutput = new TestOutputWrapper(testOutput);
tests\Shared\TemplatesTesting\AspireProject.cs (1)
433await DumpDockerInfoAsync(new TestOutputWrapper(null)).ConfigureAwait(false);
tests\Shared\TemplatesTesting\TemplateCustomHive.cs (1)
108new TestOutputWrapper(forceShowBuildOutput: true),
2 references to TestOutputWrapper
Aspire.EndToEnd.Tests (2)
IntegrationServicesFixture.cs (1)
29private readonly TestOutputWrapper _testOutput;
IntegrationServicesTests.cs (1)
13private readonly TestOutputWrapper _testOutput;