Home
last modified time | relevance | path

Searched refs:METHOD2_NAME (Results 1 – 6 of 6) sorted by relevance

/tools/asuite/atest/
Dunittest_constants.py162 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/
Dunittest_constants.py126 METHOD2_NAME = 'method2' variable
128 FULL_CLASS_NAME, frozenset([METHOD_NAME, METHOD2_NAME]))
/tools/asuite/atest-py2/test_runners/
Datest_tf_test_runner_unittest.py57 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/
Datest_tf_test_runner_unittest.py62 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/
Dmodule_finder_unittest.py233 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/
Dmodule_finder_unittest.py171 class_methods = '%s,%s' % (class_with_method, uc.METHOD2_NAME)
441 class_with_methods = '%s,%s' % (class_with_method, uc.METHOD2_NAME)