Searched refs:is_legacy_robolectric_class (Results 1 – 4 of 4) sorted by relevance
1167 return_value = mod_info.is_legacy_robolectric_class(test_module_info)1175 return_value = mod_info.is_legacy_robolectric_class(test_module_info)1183 return_value = mod_info.is_legacy_robolectric_class(test_module_info)
825 def is_legacy_robolectric_class(info: Dict[str, Any]) -> bool: member in ModuleInfo1413 if ModuleInfo.is_legacy_robolectric_class(
541 if module_info.is_legacy_robolectric_class(mod):
385 mock_module_info.is_legacy_robolectric_class.return_value = True