1 write to _trxFileHelper
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
Utility\Converter.cs (1)
36
_trxFileHelper
= trxFileHelper;
3 references to _trxFileHelper
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
Utility\Converter.cs (3)
477
TrxObjectModel.UriDataAttachment dataAttachment = new(uriDataAttachment.Description, sourceFileUri,
_trxFileHelper
);
689
new TestResultAggregation(runId, testId, executionId, parentExecutionId, resultName, Environment.MachineName, outcome, testType, testCategoryId,
_trxFileHelper
) :
690
new UnitTestResult(runId, testId, executionId, parentExecutionId, resultName, Environment.MachineName, outcome, testType, testCategoryId,
_trxFileHelper
);