1 write to _converter
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
53_converter = new Converter(fileHelper, trxFileHelper);
4 references to _converter
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (4)
TrxLogger.cs (4)
335var parentExecutionId = _converter.GetParentExecutionId(e.Result); 446List<CollectorDataEntry> collectorEntries = _converter.ToCollectionEntries(e.AttachmentSets, loggerTestRun, _testResultsDirPath); 447IList<string> resultFiles = _converter.ToResultFiles(e.AttachmentSets, loggerTestRun, _testResultsDirPath, errorMessages); 777var testResult = _converter.ToTestResult(testElement.Id.Id, executionId, parentExecutionId, testElement.Name,