1 write to _testOutput
Aspire.EndToEnd.Tests (1)
IntegrationServicesFixture.cs (1)
40
_testOutput
= new TestOutputWrapper(messageSink: _diagnosticMessageSink);
7 references to _testOutput
Aspire.EndToEnd.Tests (7)
IntegrationServicesFixture.cs (7)
62
_project = new AspireProject("TestProject", _testProjectPath,
_testOutput
, BuildEnvironment);
65
_testOutput
.WriteLine("");
66
_testOutput
.WriteLine($"****************************************");
67
_testOutput
.WriteLine($" Running EndToEnd tests outside-of-repo");
68
_testOutput
.WriteLine($" TestProject: {Project.AppHostProjectDirectory}");
69
_testOutput
.WriteLine($"****************************************");
70
_testOutput
.WriteLine("");