Home
last modified time | relevance | path

Searched refs:bootstrappedMethod (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/junit/src/main/java/org/robolectric/internal/
DSandboxTestRunner.java240 final Method bootstrappedMethod;
243 bootstrappedMethod = bootstrappedTestClass.getMethod(method.getMethod().getName());
252 beforeTest(sandbox, method, bootstrappedMethod);
256 … final Statement statement = helperTestRunner.methodBlock(new FrameworkMethod(bootstrappedMethod));
262 afterTest(method, bootstrappedMethod);
292 …protected void beforeTest(Sandbox sandbox, FrameworkMethod method, Method bootstrappedMethod) thro…
295 protected void afterTest(FrameworkMethod method, Method bootstrappedMethod) {
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
DRobolectricTestRunner.java347 …protected void beforeTest(Sandbox sandbox, FrameworkMethod method, Method bootstrappedMethod) thro… in beforeTest() argument
381 bootstrappedMethod, in beforeTest()
386 roboMethod.testLifecycle.beforeTest(bootstrappedMethod); in beforeTest()
390 protected void afterTest(FrameworkMethod method, Method bootstrappedMethod) { in afterTest() argument
396 internalAfterTest(method, bootstrappedMethod); in afterTest()