1 instantiation of TestRun
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
566
LoggerTestRun = new
TestRun
(runId);
11 references to TestRun
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (11)
ObjectModel\TestResult.cs (2)
190
private
TestRun
? _testRun;
444
internal virtual void SetTestRun(
TestRun
testRun)
ObjectModel\TestRun.cs (1)
56
/// Initializes a new instance of the <see cref="
TestRun
"/> class.
ObjectModel\TestRunConfiguration.cs (1)
129
(Type)filePersistenceRootObjectType == typeof(
TestRun
))
TrxLogger.cs (1)
177
internal
TestRun
? LoggerTestRun { get; private set; }
Utility\Converter.cs (6)
105
TestRun
testRun,
170
public List<CollectorDataEntry> ToCollectionEntries(IEnumerable<AttachmentSet> attachmentSets,
TestRun
testRun, string trxFileDirectory)
193
public IList<string> ToResultFiles(IEnumerable<AttachmentSet>? attachmentSets,
TestRun
testRun, string trxFileDirectory,
372
private void UpdateTestResultAttachments(VisualStudio.TestPlatform.ObjectModel.TestResult rockSteadyTestResult, TrxObjectModel.TestResult testResult,
TestRun
testRun, string trxFileDirectory, bool addAttachments)
438
private CollectorDataEntry ToCollectorEntry(AttachmentSet attachmentSet, Guid testResultExecutionId,
TestRun
testRun, string trxFileDirectory)
495
private IList<string> ToResultFiles(AttachmentSet attachmentSet, Guid testResultExecutionId,
TestRun
testRun, string trxFileDirectory)