Home
last modified time | relevance | path

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

/tools/asuite/atest/test_finders/
Dtest_finder_utils_unittest.py92 test_finder_utils.split_methods('Class.Name'),
96 test_finder_utils.split_methods('Class.Name#Method'),
100 test_finder_utils.split_methods('Class.Name#Method,Method2'),
104 test_finder_utils.split_methods('Class.Name#Method,Method2'),
108 test_finder_utils.split_methods('Class.Name#Method,Method2'),
111 atest_error.TooManyMethodsError, test_finder_utils.split_methods,
116 test_finder_utils.split_methods('foo/bar/class.java'),
120 test_finder_utils.split_methods('foo/bar/class.java#Method'),
Dtf_integration_finder.py206 class_name, methods = test_finder_utils.split_methods(class_name)
246 path, _ = test_finder_utils.split_methods(path)
Dmodule_finder.py373 class_name, methods = test_finder_utils.split_methods(class_name)
409 class_name, methods = test_finder_utils.split_methods(class_name)
486 _, methods = test_finder_utils.split_methods(package)
548 path, methods = test_finder_utils.split_methods(path)
Dsuite_plan_finder.py112 path, _ = test_finder_utils.split_methods(suite_path)
Dtest_finder_utils.py141 def split_methods(user_input): function
/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils_unittest.py89 test_finder_utils.split_methods('Class.Name'),
93 test_finder_utils.split_methods('Class.Name#Method'),
97 test_finder_utils.split_methods('Class.Name#Method,Method2'),
101 test_finder_utils.split_methods('Class.Name#Method,Method2'),
105 test_finder_utils.split_methods('Class.Name#Method,Method2'),
108 atest_error.TooManyMethodsError, test_finder_utils.split_methods,
113 test_finder_utils.split_methods('foo/bar/class.java'),
117 test_finder_utils.split_methods('foo/bar/class.java#Method'),
Dtf_integration_finder.py202 class_name, methods = test_finder_utils.split_methods(class_name)
242 path, _ = test_finder_utils.split_methods(path)
Dmodule_finder.py370 class_name, methods = test_finder_utils.split_methods(class_name)
406 class_name, methods = test_finder_utils.split_methods(class_name)
483 _, methods = test_finder_utils.split_methods(package)
545 path, methods = test_finder_utils.split_methods(path)
Dsuite_plan_finder.py111 path, _ = test_finder_utils.split_methods(suite_path)
Dtest_finder_utils.py134 def split_methods(user_input): function