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