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