Home
last modified time | relevance | path

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

/AOO41X/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java49 Any anyInt; // field in AnyConverter_Test
78 anyInt= new Any(new Type(Integer.TYPE), aInt); in AnyConverter_Test()
112 try { AnyConverter.toBoolean(anyInt); failed(""); in test_toBoolean()
168 try { AnyConverter.toChar(anyInt); failed(""); in test_toChar()
220 try { AnyConverter.toByte(anyInt); failed(""); in test_toByte()
286 try { AnyConverter.toShort(anyInt); failed(""); in test_toShort()
332 val= AnyConverter.toInt(anyInt); in test_toInt()
333 assure("", val == ((Integer) anyInt.getObject()).intValue()); in test_toInt()
341 try { AnyConverter.toUnsignedInt(anyInt); failed(""); in test_toInt()
401 val= AnyConverter.toLong(anyInt); in test_toLong()
[all …]