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.java584 Any any_exc = new Any( in test_toObject() local
590 any_exc).equals(exc)); in test_toObject()
593 new Type(com.sun.star.uno.Exception.class), any_exc).equals( in test_toObject()
597 new Type(com.sun.star.uno.RuntimeException.class), any_exc); in test_toObject()
600 any_exc = new Any(com.sun.star.lang.IllegalArgumentException.class, in test_toObject()
605 any_exc).equals(exc)); in test_toObject()
608 any_exc).equals(exc)); in test_toObject()
611 new Type(com.sun.star.uno.RuntimeException.class), any_exc); in test_toObject()

Completed in 18 milliseconds