Class EUnitRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.eclipse.epsilon.eol.engine.test.acceptance.eunit.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<?>clazzprotected java.util.HashMap<java.lang.String,org.junit.runner.Description>descriptionsprotected java.io.FileeolFileprotected EUnitModulemoduleprotected org.junit.runner.DescriptiontestSuiteDescription
-
Constructor Summary
Constructors Constructor Description EUnitRunner(java.lang.Class<?> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runner.DescriptiongetDescription()InMemoryEmfModelgetEcoreModel()protected EUnitModulenewModule()voidrun(org.junit.runner.notification.RunNotifier notifier)
-
-
-
Field Detail
-
clazz
protected java.lang.Class<?> clazz
-
module
protected EUnitModule module
-
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
-
-
Method Detail
-
newModule
protected EUnitModule newModule()
- Returns:
- A new EUnitModule
- Since:
- 1.6
-
getDescription
public org.junit.runner.Description getDescription()
- Specified by:
getDescriptionin interfaceorg.junit.runner.Describable- Specified by:
getDescriptionin classorg.junit.runner.Runner
-
run
public void run(org.junit.runner.notification.RunNotifier notifier)
- Specified by:
runin classorg.junit.runner.Runner
-
getEcoreModel
public InMemoryEmfModel getEcoreModel()
-
-