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