1 instantiation of TestRunArtifact
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
1279_artifacts.Add(new TestRunArtifact(outOfProcess, assembly, targetFramework, architecture, executionId, testName, path));
5 references to TestRunArtifact
dotnet (5)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (5)
41private readonly List<TestRunArtifact> _artifacts = []; 229TestRunArtifact[] artifacts; 235IEnumerable<IGrouping<bool, TestRunArtifact>> artifactGroups = artifacts.GroupBy(a => a.OutOfProcess); 243foreach (IGrouping<bool, TestRunArtifact> artifactGroup in artifactGroups) 247foreach (TestRunArtifact artifact in artifactGroup)