Class ParallelComputerBuilder.PC.SuiteFilter

java.lang.Object
org.junit.runner.manipulation.Filter
org.apache.maven.surefire.junitcore.pc.ParallelComputerBuilder.PC.SuiteFilter
Enclosing class:
ParallelComputerBuilder.PC

private class ParallelComputerBuilder.PC.SuiteFilter extends org.junit.runner.manipulation.Filter
  • Field Summary

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

    ALL
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(Object child)
     
     
    boolean
    shouldRun(org.junit.runner.Description description)
     

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

    intersect, matchMethodDescription

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SuiteFilter

      private SuiteFilter()
  • Method Details

    • shouldRun

      public boolean shouldRun(org.junit.runner.Description description)
      Specified by:
      shouldRun in class org.junit.runner.manipulation.Filter
    • 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
    • describe

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