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