Home
last modified time | relevance | path

Searched refs:test_info_a (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)
50 for attr in test_info_a.__dict__:
51 test_info_a_attr = getattr(test_info_a, attr)
64 test_info_a = test_info_set_a.pop()
68 assert_equal_testinfos(test_class, test_info_a, test_info_b)
78 (test_info_a, ';'.join([str(t) for t in test_info_set_b])))