Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/
Dunittest_utils.py43 def assert_equal_testinfos(test_class, test_info_a, test_info_b): argument
46 if test_info_a is None or test_info_b is None:
47 test_class.assertEqual(test_info_a, test_info_b)
52 test_info_b_attr = getattr(test_info_b, attr)
66 for test_info_b in test_info_set_b:
68 assert_equal_testinfos(test_class, test_info_a, test_info_b)
69 test_info_b_to_remove = test_info_b