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