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)
510
filePath =
_trxFileHelper
.GetNextTimestampFileName(_testResultsDirPath, logFilePrefixValue + _trxFileExtension, "_yyyyMMddHHmmss");
576
TestRunConfiguration testrunConfig = new("default",
_trxFileHelper
);