Class StrictRunner

  • All Implemented Interfaces:
    org.junit.runner.manipulation.Filterable, InternalRunner

    public class StrictRunner
    extends java.lang.Object
    implements InternalRunner
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void filter​(org.junit.runner.manipulation.Filter filter)  
      org.junit.runner.Description getDescription()  
      void run​(org.junit.runner.notification.RunNotifier notifier)  
      • Methods inherited from class java.lang.Object

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

      • testClass

        private final java.lang.Class<?> testClass
      • filterRequested

        private boolean filterRequested
    • Constructor Detail

      • StrictRunner

        public StrictRunner​(InternalRunner runner,
                            java.lang.Class<?> testClass)
        Parameters:
        runner - - the runner to wrap around
        testClass - - for reporting purposes
    • Method Detail

      • run

        public void run​(org.junit.runner.notification.RunNotifier notifier)
        Specified by:
        run in interface InternalRunner
      • filter

        public void filter​(org.junit.runner.manipulation.Filter filter)
                    throws org.junit.runner.manipulation.NoTestsRemainException
        Specified by:
        filter in interface org.junit.runner.manipulation.Filterable
        Throws:
        org.junit.runner.manipulation.NoTestsRemainException