Searched refs:roboMethod (Results 1 – 2 of 2) sorted by relevance
233 RobolectricFrameworkMethod roboMethod = (RobolectricFrameworkMethod) method; in configureSandbox() local234 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() local337 SdkConfig sdkConfig = roboMethod.sdkConfig; in getSandbox()339 createClassLoaderConfig(method), sdkConfig, roboMethod.isLegacy(), getJarResolver()); in getSandbox()349 RobolectricFrameworkMethod roboMethod = (RobolectricFrameworkMethod) method; in beforeTest() local352 SdkConfig sdkConfig = roboMethod.sdkConfig; in beforeTest()[all …]
108 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()