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