Class RequestedTest


  • final class RequestedTest
    extends org.junit.runner.manipulation.Filter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.String classFile​(java.lang.Class<?> realTestClass)  
      java.lang.String describe()  
      boolean equals​(java.lang.Object o)  
      private boolean equals​(RequestedTest o)  
      int hashCode()  
      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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CLASS_FILE_EXTENSION

        private static final java.lang.String CLASS_FILE_EXTENSION
        See Also:
        Constant Field Values
      • isPositiveFilter

        private final boolean isPositiveFilter
    • Constructor Detail

      • RequestedTest

        RequestedTest​(ResolvedTest test,
                      boolean isPositiveFilter)
    • 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
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • classFile

        private java.lang.String classFile​(java.lang.Class<?> realTestClass)