Beispiel #1
0
 private void SetCategoriesFromTags(CodeMemberMethod testMethod, Tags tags)
 {
     testGeneratorProvider.SetTestCategories(testMethod, GetNonIgnoreTags(tags));
     if (HasIgnoreTag(tags))
     {
         testGeneratorProvider.SetIgnore(testMethod);
     }
 }