public static class RobolectricTestRunner.HelperTestRunner extends SandboxTestRunner.HelperTestRunner
frameworkMethod
Constructor and Description |
---|
HelperTestRunner(Class bootstrappedTestClass) |
Modifier and Type | Method and Description |
---|---|
protected Object |
createTest() |
protected org.junit.runners.model.Statement |
methodBlock(org.junit.runners.model.FrameworkMethod method) |
methodInvoker, withPotentialTimeout
collectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, isIgnored, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores
public HelperTestRunner(Class bootstrappedTestClass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
protected Object createTest() throws Exception
createTest
in class org.junit.runners.BlockJUnit4ClassRunner
Exception
protected org.junit.runners.model.Statement methodBlock(org.junit.runners.model.FrameworkMethod method)
methodBlock
in class SandboxTestRunner.HelperTestRunner