Home
last modified time | relevance | path

Searched refs:METHOD_NAME (Results 1 – 8 of 8) sorted by relevance

/tools/asuite/atest/
Dunittest_constants.py154 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/
Dunittest_constants.py118 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/
Dmodule_finder_unittest.py56 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)
Dtf_integration_finder_unittest.py34 INT_NAME_METHOD = INT_NAME_CLASS + '#' + uc.METHOD_NAME
/tools/asuite/atest/test_finders/
Dmodule_finder_unittest.py64 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)
Dtf_integration_finder_unittest.py37 INT_NAME_METHOD = INT_NAME_CLASS + '#' + uc.METHOD_NAME
/tools/asuite/atest-py2/test_runners/
Datest_tf_test_runner_unittest.py62 frozenset([uc.METHOD_NAME, uc.METHOD2_NAME]))
120 FULL_CLASS2_NAME, frozenset([uc.METHOD_NAME, uc.METHOD2_NAME]))])})
/tools/asuite/atest/test_runners/
Datest_tf_test_runner_unittest.py67 frozenset([uc.METHOD_NAME, uc.METHOD2_NAME]))
125 FULL_CLASS2_NAME, frozenset([uc.METHOD_NAME, uc.METHOD2_NAME]))])})