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, withPotentialTimeout
public XtextRunner(java.lang.Class<?> klass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
protected java.lang.Object createTest() throws java.lang.Exception
createTest
in class org.junit.runners.BlockJUnit4ClassRunner
java.lang.Exception
protected org.junit.runners.model.Statement methodBlock(org.junit.runners.model.FrameworkMethod method)
methodBlock
in class org.junit.runners.BlockJUnit4ClassRunner
protected IInjectorProvider getOrCreateInjectorProvider()
protected IInjectorProvider getInjectorProvider()
protected IInjectorProvider createInjectorProvider()