3 references to TestCategory
vstest.console (3)
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (3)
345if (testPropertyKey.Equals(TestCategory)) 396if (!traitDictionary.ContainsKey(TestCategory) && traitDictionary.ContainsKey(Category)) 399traitDictionary.Add(TestCategory, categoryValue!);