Class JUnit44RunnerImpl

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

    public class JUnit44RunnerImpl
    extends java.lang.Object
    implements RunnerImpl
    • Constructor Summary

      Constructors 
      Constructor Description
      JUnit44RunnerImpl​(java.lang.Class<?> klass)  
    • 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
    • Constructor Detail

      • JUnit44RunnerImpl

        public JUnit44RunnerImpl​(java.lang.Class<?> klass)
                          throws org.junit.internal.runners.InitializationError
        Throws:
        org.junit.internal.runners.InitializationError
    • Method Detail

      • run

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

        public org.junit.runner.Description getDescription()
        Specified by:
        getDescription in interface RunnerImpl
      • 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