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)
433
await DumpDockerInfoAsync(new
TestOutputWrapper
(null)).ConfigureAwait(false);
tests\Shared\TemplatesTesting\TemplateCustomHive.cs (1)
108
new
TestOutputWrapper
(forceShowBuildOutput: true),
2 references to TestOutputWrapper
Aspire.EndToEnd.Tests (2)
IntegrationServicesFixture.cs (1)
29
private readonly
TestOutputWrapper
_testOutput;
IntegrationServicesTests.cs (1)
13
private readonly
TestOutputWrapper
_testOutput;