Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
DRobolectricTestRunner.java233 RobolectricFrameworkMethod roboMethod = (RobolectricFrameworkMethod) method; in configureSandbox() local
234 boolean isLegacy = roboMethod.isLegacy(); in configureSandbox()
235 roboMethod.parallelUniverseInterface = getHooksInterface(sdkEnvironment); in configureSandbox()
236 roboMethod.parallelUniverseInterface.setSdkConfig(roboMethod.sdkConfig); in configureSandbox()
237 roboMethod.parallelUniverseInterface.setResourcesMode(isLegacy); in configureSandbox()
336 RobolectricFrameworkMethod roboMethod = (RobolectricFrameworkMethod) method; in getSandbox() local
337 SdkConfig sdkConfig = roboMethod.sdkConfig; in getSandbox()
339 createClassLoaderConfig(method), sdkConfig, roboMethod.isLegacy(), getJarResolver()); in getSandbox()
349 RobolectricFrameworkMethod roboMethod = (RobolectricFrameworkMethod) method; in beforeTest() local
352 SdkConfig sdkConfig = roboMethod.sdkConfig; in beforeTest()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DTestRunnerSequenceTest.java108 RobolectricFrameworkMethod roboMethod = (RobolectricFrameworkMethod) method; in shouldReleaseAllStateAfterClassSoWeDontLeakMemory()
109 assertThat(roboMethod.parallelUniverseInterface).isNull(); in shouldReleaseAllStateAfterClassSoWeDontLeakMemory()
110 assertThat(roboMethod.testLifecycle).isNull(); in shouldReleaseAllStateAfterClassSoWeDontLeakMemory()
111 methods.add(roboMethod); in shouldReleaseAllStateAfterClassSoWeDontLeakMemory()