Home
last modified time | relevance | path

Searched refs:split_methods (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils_unittest.py86 test_finder_utils.split_methods('Class.Name'),
90 test_finder_utils.split_methods('Class.Name#Method'),
94 test_finder_utils.split_methods('Class.Name#Method,Method2'),
98 test_finder_utils.split_methods('Class.Name#Method,Method2'),
102 test_finder_utils.split_methods('Class.Name#Method,Method2'),
105 atest_error.TooManyMethodsError, test_finder_utils.split_methods,
110 test_finder_utils.split_methods('foo/bar/class.java'),
114 test_finder_utils.split_methods('foo/bar/class.java#Method'),
Dmodule_finder.py355 class_name, methods = test_finder_utils.split_methods(class_name)
419 _, methods = test_finder_utils.split_methods(package)
476 path, methods = test_finder_utils.split_methods(path)
Dtf_integration_finder.py195 class_name, methods = test_finder_utils.split_methods(class_name)
228 path, _ = test_finder_utils.split_methods(path)
Dsuite_plan_finder.py110 path, _ = test_finder_utils.split_methods(suite_path)
Dtest_finder_utils.py117 def split_methods(user_input): function