Esempio n. 1
0
 public static bool HasTraits(this ITestCase testCase)
 {
     testCase.DiscoverAllTraits();
     return(testCase.Traits != null && testCase.Traits.Count > 0);
 }