Searched refs:test_attribute (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_test_component.py80 def test_attribute(ob, attr_name, expected_init, new_value, new_value_really = None): function
94 test_attribute(ob, attr_name, expected_init, "normal value")
100 test_attribute(ob, attr_name, expected_init, val, expected)
101 test_attribute(ob, attr_name, expected_init, "")
102 test_attribute(ob, attr_name, expected_init, really_big_string)
103 test_attribute(ob, attr_name, expected_init, u"normal unicode value")
109 test_attribute(ob, attr_name, expected_init, val, expected)
110 test_attribute(ob, attr_name, expected_init, u"")
111 test_attribute(ob, attr_name, expected_init, really_big_wstring)
113 test_attribute(o
[all...]

Completed in 173 milliseconds