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)
62
private readonly
Converter
_converter;
277
var testType =
Converter
.GetTestType(e.Result);
278
var executionId =
Converter
.GetExecutionId(e.Result);
635
Guid testId =
Converter
.GetTestId(testCase);
643
testElement =
Converter
.ToTestElement(testId, executionId, parentExecutionId, testCase.DisplayName, testType, testCase);
686
TrxLoggerObjectModel.TestOutcome testOutcome =
Converter
.ToOutcome(rocksteadyTestResult.Outcome);
Utility\Converter.cs (1)
32
/// Initializes a new instance of the <see cref="
Converter
"/> class.