Searched refs:METHOD_NAME (Results 1 – 8 of 8) sorted by relevance
/tools/asuite/atest/ |
D | unittest_constants.py | 154 METHOD_NAME = 'method1' variable 155 METHOD_FILTER = test_info.TestFilter(FULL_CLASS_NAME, frozenset([METHOD_NAME])) 164 FULL_CLASS_NAME, frozenset([METHOD_NAME, METHOD2_NAME])) 172 FULL_CLASS_NAME, frozenset([METHOD_NAME + '*'])) 180 FULL_CLASS_NAME, frozenset([METHOD_NAME + '*', METHOD2_NAME + '*']))
|
/tools/asuite/atest-py2/ |
D | unittest_constants.py | 118 METHOD_NAME = 'method1' variable 119 METHOD_FILTER = test_info.TestFilter(FULL_CLASS_NAME, frozenset([METHOD_NAME])) 128 FULL_CLASS_NAME, frozenset([METHOD_NAME, METHOD2_NAME]))
|
/tools/asuite/atest-py2/test_finders/ |
D | module_finder_unittest.py | 56 MODULE_CLASS_METHOD = '%s#%s' % (MODULE_CLASS, uc.METHOD_NAME) 166 class_with_method = '%s#%s' % (uc.CLASS_NAME, uc.METHOD_NAME) 328 pkg_with_method = '%s#%s' % (uc.PACKAGE, uc.METHOD_NAME) 368 uc.METHOD_NAME) 435 class_with_method = '%s#%s' % (class_path, uc.METHOD_NAME)
|
D | tf_integration_finder_unittest.py | 34 INT_NAME_METHOD = INT_NAME_CLASS + '#' + uc.METHOD_NAME
|
/tools/asuite/atest/test_finders/ |
D | module_finder_unittest.py | 64 MODULE_CLASS_METHOD = '%s#%s' % (MODULE_CLASS, uc.METHOD_NAME) 228 class_with_method = '%s#%s' % (uc.CLASS_NAME, uc.METHOD_NAME) 397 pkg_with_method = '%s#%s' % (uc.PACKAGE, uc.METHOD_NAME) 438 uc.METHOD_NAME) 507 class_with_method = '%s#%s' % (class_path, uc.METHOD_NAME) 519 class_with_method = '%s#%s' % (class_path, uc.METHOD_NAME) 778 class_with_method = '%s#%s' % (class_path, uc.METHOD_NAME) 823 class_with_method = '%s#%s' % (uc.CLASS_NAME, uc.METHOD_NAME)
|
D | tf_integration_finder_unittest.py | 37 INT_NAME_METHOD = INT_NAME_CLASS + '#' + uc.METHOD_NAME
|
/tools/asuite/atest-py2/test_runners/ |
D | atest_tf_test_runner_unittest.py | 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 | 67 frozenset([uc.METHOD_NAME, uc.METHOD2_NAME])) 125 FULL_CLASS2_NAME, frozenset([uc.METHOD_NAME, uc.METHOD2_NAME]))])})
|