Home
last modified time | relevance | path

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

/AOO42X/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java50 Any anyLong; // field in AnyConverter_Test
79 anyLong= new Any(new Type(Long.TYPE), aLong); in AnyConverter_Test()
116 try { AnyConverter.toBoolean(anyLong); failed(""); in test_toBoolean()
172 try { AnyConverter.toChar(anyLong); failed(""); in test_toChar()
224 try { AnyConverter.toByte(anyLong); failed(""); in test_toByte()
290 try { AnyConverter.toShort(anyLong); failed(""); in test_toShort()
357 try { AnyConverter.toInt(anyLong); failed(""); in test_toInt()
403 val= AnyConverter.toLong(anyLong); in test_toLong()
404 assure("", val == ((Long) anyLong.getObject()).longValue()); in test_toLong()
421 try { AnyConverter.toUnsignedLong(anyLong); failed(""); in test_toLong()
[all …]