1 instantiation of Converter
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
52_converter = new Converter(fileHelper, trxFileHelper);
7 references to Converter
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (7)
TrxLogger.cs (6)
62private readonly Converter _converter; 277var testType = Converter.GetTestType(e.Result); 278var executionId = Converter.GetExecutionId(e.Result); 635Guid testId = Converter.GetTestId(testCase); 643testElement = Converter.ToTestElement(testId, executionId, parentExecutionId, testCase.DisplayName, testType, testCase); 686TrxLoggerObjectModel.TestOutcome testOutcome = Converter.ToOutcome(rocksteadyTestResult.Outcome);
Utility\Converter.cs (1)
32/// Initializes a new instance of the <see cref="Converter"/> class.