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

/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_test_component.py115 def test_attribute_failure(ob, attr_name, new_value, expected_exception): function
155 test_attribute_failure(c, "boolean_value", "boo", ValueError)
156 test_attribute_failure(c, "boolean_value", test_base_interface, TypeError)
163 test_attribute_failure(c, "octet_value", "boo", ValueError)
172 test_attribute_failure(c, "short_value", "boo", ValueError)
181 test_attribute_failure(c, "ushort_value", "boo", ValueError)
190 test_attribute_failure(c, "long_value", 0xFFFFL * 0xFFFF, OverflowError) # long int too long to convert
191 test_attribute_failure(c, "long_value", "boo", ValueError)
196 test_attribute_failure(c, "ulong_value", "boo", ValueError)
203 test_attribute_failure(
[all...]

Completed in 34 milliseconds