Class EUnitRunner

  • All Implemented Interfaces:
    org.junit.runner.Describable
    Direct Known Subclasses:
    EUnitRunnerParallel

    public class EUnitRunner
    extends org.junit.runner.Runner
    • Field Detail

      • clazz

        protected Class<?> clazz
      • descriptions

        protected HashMap<String,​org.junit.runner.Description> descriptions
      • testSuiteDescription

        protected org.junit.runner.Description testSuiteDescription
      • eolFile

        protected File eolFile
    • Constructor Detail

      • EUnitRunner

        public EUnitRunner​(Class<?> clazz)
    • Method Detail

      • newModule

        protected EUnitModule newModule()
        Returns:
        A new EUnitModule
        Since:
        1.6
      • getDescription

        public org.junit.runner.Description getDescription()
        Specified by:
        getDescription in interface org.junit.runner.Describable
        Specified by:
        getDescription in class org.junit.runner.Runner
      • run

        public void run​(org.junit.runner.notification.RunNotifier notifier)
        Specified by:
        run in class org.junit.runner.Runner