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)
33private readonly List<TestRunArtifact> _artifacts = []; 193IEnumerable<IGrouping<bool, TestRunArtifact>> artifactGroups = _artifacts.GroupBy(a => a.OutOfProcess); 201foreach (IGrouping<bool, TestRunArtifact> artifactGroup in artifactGroups) 205foreach (TestRunArtifact artifact in artifactGroup)