1 instantiation of TestCategoryItem
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestCategoryItems.cs (1)
140
Add(new
TestCategoryItem
(item));
6 references to TestCategoryItem
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (6)
ObjectModel\TestCategoryItems.cs (6)
63
if (other is not
TestCategoryItem
otherItem)
112
internal sealed class TestCategoryItemCollection : EqtBaseCollection<
TestCategoryItem
>
147
public override void Add(
TestCategoryItem
item)
169
foreach (
TestCategoryItem
item in this)
188
foreach (
TestCategoryItem
item in this)
224
foreach (
TestCategoryItem
item in this)