1 instantiation of TestPipelineActivityReporter
Aspire.Hosting.Azure.Kubernetes.Tests (1)
AzureKubernetesInfrastructureTests.cs (1)
175
var reporter = new
TestPipelineActivityReporter
(output);
6 references to TestPipelineActivityReporter
Aspire.Hosting.Azure.Kubernetes.Tests (6)
AzureKubernetesInfrastructureTests.cs (1)
175
var
reporter = new TestPipelineActivityReporter(output);
tests\Shared\TestPipelineActivityReporter.cs (5)
20
/// Initializes a new instance of the <see cref="
TestPipelineActivityReporter
"/> class.
180
private readonly
TestPipelineActivityReporter
_reporter;
184
public TestReportingStep(
TestPipelineActivityReporter
reporter, string title, ITestOutputHelper testOutputHelper)
259
private readonly
TestPipelineActivityReporter
_reporter;
263
public TestReportingTask(
TestPipelineActivityReporter
reporter, string initialStatusText, ITestOutputHelper testOutputHelper)