HomeSort by relevance Sort by last modified time
    Searched defs:raises (Results 1 - 2 of 2) sorted by null

  /external/clang/bindings/python/tests/cindex/
test_token_kind.py 4 from nose.tools import raises namespace
14 @raises(ValueError)
20 @raises(ValueError)
22 """Ensure trying to fetch an unknown value raises."""
test_type.py 6 from nose.tools import raises namespace
166 @raises(TypeError)
178 @raises(IndexError)
180 """Ensure that negative indexes on argument_types Raises an IndexError."""
187 @raises(IndexError)
196 @raises(Exception)
198 """Ensure that obtaining argument_types on a Type without them raises."""
247 @raises(Exception)
249 """Ensure Type.element_type raises if type doesn't have elements."""

Completed in 36 milliseconds