public static class RobolectricTestRunner.HelperTestRunner extends SandboxTestRunner.HelperTestRunner
frameworkMethod| Constructor and Description |
|---|
HelperTestRunner(java.lang.Class bootstrappedTestClass) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
createTest() |
protected org.junit.runners.model.Statement |
methodInvoker(org.junit.runners.model.FrameworkMethod method,
java.lang.Object test) |
methodBlockcollectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, isIgnored, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic HelperTestRunner(java.lang.Class bootstrappedTestClass)
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 methodInvoker(org.junit.runners.model.FrameworkMethod method,
java.lang.Object test)
methodInvoker in class org.junit.runners.BlockJUnit4ClassRunner