Class EclipseEUnitTestRunner

  • All Implemented Interfaces:
    org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Orderable, org.junit.runner.manipulation.Sortable

    public class EclipseEUnitTestRunner
    extends EUnitTestRunner
    Specialization of EUnitTestRunner for running within Eclipse.
    • Method Summary

      • Methods inherited from class org.junit.runners.ParentRunner

        childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolation
      • Methods inherited from class org.junit.runner.Runner

        testCount
      • Methods inherited from class java.lang.Object

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

      • EclipseEUnitTestRunner

        public EclipseEUnitTestRunner​(java.lang.Class<? extends IEUnitSuite> testClass)
                               throws org.junit.runners.model.InitializationError
        Throws:
        org.junit.runners.model.InitializationError