Searched refs:anyLong (Results 1 – 1 of 1) sorted by relevance
37 Any anyLong; // field in AnyConverter_Test66 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 …]