Home
last modified time | relevance | path

Searched refs:any_exc (Results 1 – 1 of 1) sorted by relevance

/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java580 Any any_exc = new Any( in test_toObject() local
586 any_exc).equals(exc)); in test_toObject()
589 new Type(com.sun.star.uno.Exception.class), any_exc).equals( in test_toObject()
593 new Type(com.sun.star.uno.RuntimeException.class), any_exc); in test_toObject()
596 any_exc = new Any(com.sun.star.lang.IllegalArgumentException.class, in test_toObject()
601 any_exc).equals(exc)); in test_toObject()
604 any_exc).equals(exc)); in test_toObject()
607 new Type(com.sun.star.uno.RuntimeException.class), any_exc); in test_toObject()