Searched refs:bootstrappedMethod (Results 1 – 2 of 2) sorted by relevance
/external/robolectric-shadows/junit/src/main/java/org/robolectric/internal/ |
D | SandboxTestRunner.java | 240 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/ |
D | RobolectricTestRunner.java | 347 …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()
|