2 instantiations of TestPipelineActivityReporter
Aspire.Hosting.Docker.Tests (2)
DockerComposeTests.cs (2)
318
var mockActivityReporter = new
TestPipelineActivityReporter
(output);
352
var mockActivityReporter = new
TestPipelineActivityReporter
(output);
7 references to TestPipelineActivityReporter
Aspire.Hosting.Docker.Tests (7)
DockerComposeTests.cs (2)
318
var
mockActivityReporter = new TestPipelineActivityReporter(output);
352
var
mockActivityReporter = new TestPipelineActivityReporter(output);
tests\Shared\TestPipelineActivityReporter.cs (5)
20
/// Initializes a new instance of the <see cref="
TestPipelineActivityReporter
"/> class.
132
private readonly
TestPipelineActivityReporter
_reporter;
136
public TestReportingStep(
TestPipelineActivityReporter
reporter, string title, ITestOutputHelper testOutputHelper)
180
private readonly
TestPipelineActivityReporter
_reporter;
184
public TestReportingTask(
TestPipelineActivityReporter
reporter, string initialStatusText, ITestOutputHelper testOutputHelper)