1 write to _trxFileHelper
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
53
_trxFileHelper
= trxFileHelper;
2 references to _trxFileHelper
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
TrxLogger.cs (2)
558
filePath =
_trxFileHelper
.GetNextTimestampFileName(_testResultsDirPath, logFilePrefixValue + _trxFileExtension, "_yyyyMMddHHmmss");
626
TestRunConfiguration testrunConfig = new("default",
_trxFileHelper
);