Class StrictRunner.RecordingFilter

  • Enclosing class:
    StrictRunner

    private class StrictRunner.RecordingFilter
    extends org.junit.runner.manipulation.Filter
    • Field Summary

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

        ALL
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordingFilter​(org.junit.runner.manipulation.Filter delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(java.lang.Object child)  
      java.lang.String describe()  
      org.junit.runner.manipulation.Filter intersect​(org.junit.runner.manipulation.Filter second)  
      boolean shouldRun​(org.junit.runner.Description description)  
      • Methods inherited from class org.junit.runner.manipulation.Filter

        matchMethodDescription
      • Methods inherited from class java.lang.Object

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

      • delegate

        private final org.junit.runner.manipulation.Filter delegate
    • Constructor Detail

      • RecordingFilter

        public RecordingFilter​(org.junit.runner.manipulation.Filter delegate)
    • Method Detail

      • apply

        public void apply​(java.lang.Object child)
                   throws org.junit.runner.manipulation.NoTestsRemainException
        Overrides:
        apply in class org.junit.runner.manipulation.Filter
        Throws:
        org.junit.runner.manipulation.NoTestsRemainException
      • intersect

        public org.junit.runner.manipulation.Filter intersect​(org.junit.runner.manipulation.Filter second)
        Overrides:
        intersect in class org.junit.runner.manipulation.Filter
      • 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