4 references to TestListCategoryId
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (4)
ObjectModel\TestListCategoryId.cs (4)
37
public static TestListCategoryId Root { get; } = new
TestListCategoryId
(Guid.Empty);
50
public static TestListCategoryId Uncategorized { get; } =
new
(new Guid("8C84FA94-04C1-424b-9868-57A2D4851A1D"));
55
public static TestListCategoryId Categories { get; } = new
TestListCategoryId
(new Guid("8C43106B-9DC1-4907-A29F-AA66A61BF5B6"));
62
public static TestListCategoryId AllItems { get; } =
new
(new Guid("19431567-8539-422a-85D7-44EE4E166BDA"));