Class GroupMatcherCategoryFilter


  • final class GroupMatcherCategoryFilter
    extends org.junit.runner.manipulation.Filter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private AndGroupMatcher matcher  
      • Fields inherited from class org.junit.runner.manipulation.Filter

        ALL
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String describe()  
      private static void findSuperclassCategories​(java.util.Set<java.lang.Class<?>> cats, java.lang.Class<?> clazz)  
      boolean shouldRun​(org.junit.runner.Description description)  
      private boolean shouldRun​(org.junit.runner.Description description, org.junit.runner.Description parent, java.lang.Class<?> parentClass)  
      • Methods inherited from class org.junit.runner.manipulation.Filter

        apply, intersect, matchMethodDescription
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • shouldRun

        public boolean shouldRun​(org.junit.runner.Description description)
        Specified by:
        shouldRun in class org.junit.runner.manipulation.Filter
      • findSuperclassCategories

        private static void findSuperclassCategories​(java.util.Set<java.lang.Class<?>> cats,
                                                     java.lang.Class<?> clazz)
      • shouldRun

        private boolean shouldRun​(org.junit.runner.Description description,
                                  org.junit.runner.Description parent,
                                  java.lang.Class<?> parentClass)
      • describe

        public java.lang.String describe()
        Specified by:
        describe in class org.junit.runner.manipulation.Filter