Class 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 SuiteFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(java.lang.Object child)  
      java.lang.String describe()  
      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 Detail

      • SuiteFilter

        private SuiteFilter()
    • Method Detail

      • shouldRun

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

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