1 instantiation of TestRunArtifact
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
834
=> _artifacts.Add(new
TestRunArtifact
(outOfProcess, assembly, targetFramework, architecture, executionId, testName, path));
4 references to TestRunArtifact
dotnet (4)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (4)
31
private readonly List<
TestRunArtifact
> _artifacts = [];
176
IEnumerable<IGrouping<bool,
TestRunArtifact
>> artifactGroups = _artifacts.GroupBy(a => a.OutOfProcess);
184
foreach (IGrouping<bool,
TestRunArtifact
> artifactGroup in artifactGroups)
188
foreach (
TestRunArtifact
artifact in artifactGroup)