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