Home
last modified time | relevance | path

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

/trunk/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()
401 val= AnyConverter.toLong(anyInt); in test_toLong()
527 val= AnyConverter.toDouble(anyInt); in test_toDouble()
710 try { AnyConverter.toType(anyInt); failed(""); in test_toType()
[all …]

Completed in 20 milliseconds