Home
last modified time | relevance | path

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

/tools/asuite/atest-py2/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'),
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)
Dtf_integration_finder.py202 class_name, methods = test_finder_utils.split_methods(class_name)
242 path, _ = 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
/tools/asuite/atest/test_finders/
Dtest_finder_utils_unittest.py106 test_finder_utils.split_methods('Class.Name'),
110 test_finder_utils.split_methods('Class.Name#Method'),
114 test_finder_utils.split_methods('Class.Name#Method,Method2'),
118 test_finder_utils.split_methods('Class.Name#Method,Method2'),
122 test_finder_utils.split_methods('Class.Name#Method,Method2'),
125 atest_error.TooManyMethodsError, test_finder_utils.split_methods,
130 test_finder_utils.split_methods('foo/bar/class.java'),
134 test_finder_utils.split_methods('foo/bar/class.java#Method'),
Dmodule_finder.py462 class_name, methods = test_finder_utils.split_methods(class_name)
504 class_name, methods = test_finder_utils.split_methods(class_name)
667 _, methods = test_finder_utils.split_methods(package)
734 path, methods = test_finder_utils.split_methods(rel_path)
Dtf_integration_finder.py292 class_name, methods = test_finder_utils.split_methods(class_name)
332 path, _ = test_finder_utils.split_methods(path)
Dsuite_plan_finder.py112 path, _ = test_finder_utils.split_methods(suite_path)
Dtest_finder_utils.py162 def split_methods(user_input): function