Class StrictRunner.RecordingFilter

java.lang.Object
org.junit.runner.manipulation.Filter
org.mockito.internal.runners.StrictRunner.RecordingFilter
Enclosing class:
StrictRunner

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

    Fields
    Modifier and Type
    Field
    Description
    private final org.junit.runner.manipulation.Filter
     

    Fields inherited from class org.junit.runner.manipulation.Filter

    ALL
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    void
    apply(Object child)
     
     
    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 Details

    • delegate

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

    • RecordingFilter

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

    • apply

      public void apply(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 String describe()
      Specified by:
      describe in class org.junit.runner.manipulation.Filter