Lines Matching refs:methods
221 def _get_test_info_filter(self, path, methods, **kwargs): argument
241 kwargs.get('class_name', '*'), methods), frozenset())])
247 [test_info.TestFilter(full_class_name, methods)])
253 if methods:
256 kwargs.get('class_name', '*'), methods), frozenset())])
267 if methods:
270 % str(methods))
272 [test_info.TestFilter(package_name, methods)])
370 class_name, methods = test_finder_utils.split_methods(class_name)
375 [test_info.TestFilter(class_name, methods)])
406 class_name, methods = test_finder_utils.split_methods(class_name)
413 is_native_test, methods)
420 methods)
426 test_path, methods, class_name=class_name,
483 _, methods = test_finder_utils.split_methods(package)
484 if methods:
487 methods))
545 path, methods = test_finder_utils.split_methods(path)
551 if (methods and
552 not test_finder_utils.has_method_in_file(path, methods)):
561 test_filter = self._get_test_info_filter(path, methods,