Class EUnitRunner

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

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

      Fields 
      Modifier and Type Field Description
      protected java.lang.Class<?> clazz  
      protected java.util.HashMap<java.lang.String,​org.junit.runner.Description> descriptions  
      protected java.io.File eolFile  
      protected EUnitModule module  
      protected org.junit.runner.Description testSuiteDescription  
    • Constructor Summary

      Constructors 
      Constructor Description
      EUnitRunner​(java.lang.Class<?> clazz)  
    • Field Detail

      • clazz

        protected java.lang.Class<?> clazz
      • descriptions

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

        protected org.junit.runner.Description testSuiteDescription
      • eolFile

        protected java.io.File eolFile
    • Constructor Detail

      • EUnitRunner

        public EUnitRunner​(java.lang.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