1 instantiation of TestRun
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
566LoggerTestRun = new TestRun(runId);
11 references to TestRun
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (11)
ObjectModel\TestResult.cs (2)
190private TestRun? _testRun; 444internal virtual void SetTestRun(TestRun testRun)
ObjectModel\TestRun.cs (1)
56/// Initializes a new instance of the <see cref="TestRun"/> class.
ObjectModel\TestRunConfiguration.cs (1)
129(Type)filePersistenceRootObjectType == typeof(TestRun))
TrxLogger.cs (1)
177internal TestRun? LoggerTestRun { get; private set; }
Utility\Converter.cs (6)
105TestRun testRun, 170public List<CollectorDataEntry> ToCollectionEntries(IEnumerable<AttachmentSet> attachmentSets, TestRun testRun, string trxFileDirectory) 193public IList<string> ToResultFiles(IEnumerable<AttachmentSet>? attachmentSets, TestRun testRun, string trxFileDirectory, 372private void UpdateTestResultAttachments(VisualStudio.TestPlatform.ObjectModel.TestResult rockSteadyTestResult, TrxObjectModel.TestResult testResult, TestRun testRun, string trxFileDirectory, bool addAttachments) 438private CollectorDataEntry ToCollectorEntry(AttachmentSet attachmentSet, Guid testResultExecutionId, TestRun testRun, string trxFileDirectory) 495private IList<string> ToResultFiles(AttachmentSet attachmentSet, Guid testResultExecutionId, TestRun testRun, string trxFileDirectory)