Searched defs:_test_value (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/python/test/ |
H A D | test_test_component.py | 73 def _test_value(what, got, expecting): function 86 _test_value( "getting initial attribute value (%s)" % (attr_name,), getattr(ob, attr_name), expected_init) 88 _test_value( "getting new attribute value (%s)" % (attr_name,), getattr(ob, attr_name), new_value_really) 91 _test_value( "getting back initial attribute value after change (%s)" % (attr_name,), getattr(ob, attr_name), expected_init)
|
Completed in 51 milliseconds