2 writes to TestCaseId
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
DataCollector\Events\TestCaseEvents.cs (2)
49
TestCaseId
= testCaseId;
79
TestCaseId
= testElement.Id;
6 references to TestCaseId
Microsoft.TestPlatform.CommunicationUtilities (2)
DataCollectionTestCaseEventHandler.cs (2)
102
EqtTrace.Info("DataCollectionTestCaseEventHandler: Test case '{0} - {1}' started.", testCaseStartEventArgs?.TestCaseName, testCaseStartEventArgs?.
TestCaseId
);
127
EqtTrace.Info("DataCollectionTestCaseEventHandler: Test case '{0} - {1}' completed", testCaseEndEventArgs?.TestCaseName, testCaseEndEventArgs?.
TestCaseId
);
Microsoft.TestPlatform.CrossPlatEngine (4)
DataCollection\ProxyOutOfProcDataCollectionManager.cs (4)
64
if (!_attachmentsCache.TryGetValue(e.
TestCaseId
, out Collection<AttachmentSet>? attachmentSets))
67
_attachmentsCache.Add(e.
TestCaseId
, attachmentSets);
82
if (_attachmentsCache.TryGetValue(e.
TestCaseId
, out Collection<AttachmentSet>? attachmentSets))
90
_attachmentsCache.Remove(e.
TestCaseId
);