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