Home
last modified time | relevance | path

Searched refs:is_legacy_robolectric_class (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/atest/
Dmodule_info_unittest.py1167 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)
Dmodule_info.py825 def is_legacy_robolectric_class(info: Dict[str, Any]) -> bool: member in ModuleInfo
1413 if ModuleInfo.is_legacy_robolectric_class(
/tools/asuite/atest/test_finders/
Dtest_finder_utils.py541 if module_info.is_legacy_robolectric_class(mod):
Dtest_finder_utils_unittest.py385 mock_module_info.is_legacy_robolectric_class.return_value = True