Searched refs:anyLong (Results 1 – 1 of 1) sorted by relevance
50 Any anyLong; // field in AnyConverter_Test79 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()714 try { AnyConverter.toType(anyLong); failed(""); in test_toType()770 try { AnyConverter.toType(anyLong); failed(""); in test_toArray()[all …]
Completed in 13 milliseconds