1 instantiation of TestPipelineActivityReporter
Aspire.Hosting.Foundry.Tests (1)
PromptAgentTests.cs (1)
625
var activityReporter = new
TestPipelineActivityReporter
(testOutputHelper);
6 references to TestPipelineActivityReporter
Aspire.Hosting.Foundry.Tests (6)
PromptAgentTests.cs (1)
625
var
activityReporter = new TestPipelineActivityReporter(testOutputHelper);
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)