1 instantiation of TestResultCollection
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
213
testResultCollection = new
TestResultCollection
(e.Result.TestCase.Source)
4 references to TestResultCollection
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (4)
HtmlLogger.cs (3)
66
public ConcurrentDictionary<string,
TestResultCollection
>? ResultCollectionDictionary { get; private set; }
123
ResultCollectionDictionary = new ConcurrentDictionary<string,
TestResultCollection
>();
210
ResultCollectionDictionary.TryGetValue(e.Result.TestCase.Source, out
var
testResultCollection);
ObjectModel\TestRunDetails.cs (1)
35
[DataMember] public List<
TestResultCollection
>? ResultCollectionList = new();