Class AndFilter


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

      Fields 
      Modifier and Type Field Description
      private org.junit.runner.manipulation.Filter[] filters  
      • Fields inherited from class org.junit.runner.manipulation.Filter

        ALL
    • Constructor Summary

      Constructors 
      Constructor Description
      AndFilter​(org.junit.runner.manipulation.Filter... filters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String describe()  
      boolean shouldRun​(org.junit.runner.Description description)  
      • 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
    • Field Detail

      • filters

        private final org.junit.runner.manipulation.Filter[] filters
    • Constructor Detail

      • AndFilter

        AndFilter​(org.junit.runner.manipulation.Filter... filters)
    • Method Detail

      • shouldRun

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

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