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