Home
last modified time | relevance | path

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

/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java37 Any anyLong; // field in AnyConverter_Test
66 anyLong= new Any(new Type(Long.TYPE), aLong); in AnyConverter_Test()
104 try { AnyConverter.toBoolean(anyLong); fail(""); in test_toBoolean()
161 try { AnyConverter.toChar(anyLong); fail(""); in test_toChar()
214 try { AnyConverter.toByte(anyLong); fail(""); in test_toByte()
281 try { AnyConverter.toShort(anyLong); fail(""); in test_toShort()
349 try { AnyConverter.toInt(anyLong); fail(""); in test_toInt()
396 val= AnyConverter.toLong(anyLong); in test_toLong()
397 assertTrue("", val == ((Long) anyLong.getObject()).longValue()); in test_toLong()
414 try { AnyConverter.toUnsignedLong(anyLong); fail(""); in test_toLong()
[all …]