Lines Matching refs:methods
223 def _get_test_info_filter(self, path, methods, **kwargs): argument
243 kwargs.get('class_name', '*'), methods), frozenset())])
249 [test_info.TestFilter(full_class_name, methods)])
255 if methods:
258 kwargs.get('class_name', '*'), methods), frozenset())])
269 if methods:
272 % str(methods))
274 [test_info.TestFilter(package_name, methods)])
373 class_name, methods = test_finder_utils.split_methods(class_name)
380 [test_info.TestFilter(class_name, methods)])
411 class_name, methods = test_finder_utils.split_methods(class_name)
424 is_native_test, methods)
431 methods)
437 test_path, methods, class_name=class_name,
494 _, methods = test_finder_utils.split_methods(package)
495 if methods:
498 methods))
556 path, methods = test_finder_utils.split_methods(path)
562 if (methods and
563 not test_finder_utils.has_method_in_file(path, methods)):
572 test_filter = self._get_test_info_filter(path, methods,