Package org.robolectric
Interface RobolectricTestParameterInjector.DelegateTestRunner
- Enclosing class:
- RobolectricTestParameterInjector
public static interface RobolectricTestParameterInjector.DelegateTestRunner
Interface to allow sandboxed injected runner to be accessed from the helper runner.
-
Method Summary
Modifier and TypeMethodDescriptionList<org.junit.runners.model.FrameworkMethod>
org.junit.runners.model.Statement
methodBlock
(org.junit.runners.model.FrameworkMethod method) org.junit.runners.model.Statement
methodInvoker
(org.junit.runners.model.FrameworkMethod method, Object test)
-
Method Details
-
computeTestMethods
List<org.junit.runners.model.FrameworkMethod> computeTestMethods() -
methodBlock
org.junit.runners.model.Statement methodBlock(org.junit.runners.model.FrameworkMethod method) -
methodInvoker
org.junit.runners.model.Statement methodInvoker(org.junit.runners.model.FrameworkMethod method, Object test)
-