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