Searched refs:METHOD2_NAME (Results 1 – 6 of 6) sorted by relevance
/tools/asuite/atest/ |
D | unittest_constants.py | 162 METHOD2_NAME = 'method2' variable 164 FULL_CLASS_NAME, frozenset([METHOD_NAME, METHOD2_NAME])) 180 FULL_CLASS_NAME, frozenset([METHOD_NAME + '*', METHOD2_NAME + '*']))
|
/tools/asuite/atest-py2/ |
D | unittest_constants.py | 126 METHOD2_NAME = 'method2' variable 128 FULL_CLASS_NAME, frozenset([METHOD_NAME, METHOD2_NAME]))
|
/tools/asuite/atest-py2/test_runners/ |
D | atest_tf_test_runner_unittest.py | 57 METHOD2_FILTER = test_info.TestFilter(uc.FULL_CLASS_NAME, frozenset([uc.METHOD2_NAME])) 62 frozenset([uc.METHOD_NAME, uc.METHOD2_NAME])) 120 FULL_CLASS2_NAME, frozenset([uc.METHOD_NAME, uc.METHOD2_NAME]))])})
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner_unittest.py | 62 METHOD2_FILTER = test_info.TestFilter(uc.FULL_CLASS_NAME, frozenset([uc.METHOD2_NAME])) 67 frozenset([uc.METHOD_NAME, uc.METHOD2_NAME])) 125 FULL_CLASS2_NAME, frozenset([uc.METHOD_NAME, uc.METHOD2_NAME]))])})
|
/tools/asuite/atest/test_finders/ |
D | module_finder_unittest.py | 233 class_methods = '%s,%s' % (class_with_method, uc.METHOD2_NAME) 525 class_with_methods = '%s,%s' % (class_with_method, uc.METHOD2_NAME) 784 class_with_methods = '%s,%s' % (class_with_method, uc.METHOD2_NAME) 829 class_methods = '%s,%s' % (class_with_method, uc.METHOD2_NAME)
|
/tools/asuite/atest-py2/test_finders/ |
D | module_finder_unittest.py | 171 class_methods = '%s,%s' % (class_with_method, uc.METHOD2_NAME) 441 class_with_methods = '%s,%s' % (class_with_method, uc.METHOD2_NAME)
|