Searched refs:test_info_set_b (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/atest/ |
D | unittest_utils.py | 57 def assert_equal_testinfo_sets(test_class, test_info_set_a, test_info_set_b): argument 59 test_class.assertEqual(len(test_info_set_a), len(test_info_set_b), 61 (len(test_info_set_a), len(test_info_set_b)))) 66 for test_info_b in test_info_set_b: 74 test_info_set_b.remove(test_info_b_to_remove) 78 (test_info_a, ';'.join([str(t) for t in test_info_set_b])))
|
/tools/asuite/atest/ |
D | unittest_utils.py | 61 def assert_equal_testinfo_sets(test_class, test_info_set_a, test_info_set_b): argument 63 test_class.assertEqual(len(test_info_set_a), len(test_info_set_b), 65 (len(test_info_set_a), len(test_info_set_b)))) 70 for test_info_b in test_info_set_b: 78 test_info_set_b.remove(test_info_b_to_remove) 82 (test_info_a, ';'.join([str(t) for t in test_info_set_b])))
|