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<?>
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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runner.Description
getDescription()
InMemoryEmfModel
getEcoreModel()
protected EUnitModule
newModule()
void
run(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:
getDescription
in interfaceorg.junit.runner.Describable
- Specified by:
getDescription
in classorg.junit.runner.Runner
-
run
public void run(org.junit.runner.notification.RunNotifier notifier)
- Specified by:
run
in classorg.junit.runner.Runner
-
getEcoreModel
public InMemoryEmfModel getEcoreModel()
-
-