public class XtextRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description |
|---|
XtextRunner(java.lang.Class<?> klass) |
| Modifier and Type | Method and Description |
|---|---|
protected IInjectorProvider |
createInjectorProvider() |
protected java.lang.Object |
createTest() |
protected IInjectorProvider |
getInjectorProvider() |
protected IInjectorProvider |
getOrCreateInjectorProvider() |
protected org.junit.runners.model.Statement |
methodBlock(org.junit.runners.model.FrameworkMethod method) |
collectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic XtextRunner(java.lang.Class<?> klass)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected java.lang.Object createTest()
throws java.lang.Exception
createTest in class org.junit.runners.BlockJUnit4ClassRunnerjava.lang.Exceptionprotected org.junit.runners.model.Statement methodBlock(org.junit.runners.model.FrameworkMethod method)
methodBlock in class org.junit.runners.BlockJUnit4ClassRunnerprotected IInjectorProvider getOrCreateInjectorProvider()
protected IInjectorProvider getInjectorProvider()
protected IInjectorProvider createInjectorProvider()