Lines Matching refs:aLong
64 Long aLong= new Long( 0xffffffff); field in AnyConverter_Test
79 anyLong= new Any(new Type(Long.TYPE), aLong); in AnyConverter_Test()
114 try { AnyConverter.toBoolean(aLong); failed(""); in test_toBoolean()
170 try { AnyConverter.toChar(aLong); failed(""); in test_toChar()
222 try { AnyConverter.toByte(aLong); failed(""); in test_toByte()
288 try { AnyConverter.toShort(aLong); failed(""); in test_toShort()
355 try { AnyConverter.toInt(aLong); failed(""); in test_toInt()
395 val= AnyConverter.toLong(aLong); in test_toLong()
396 assure("", val == aLong.longValue()); in test_toLong()
487 try { AnyConverter.toFloat(aLong); failed(""); in test_toFloat()
548 try { AnyConverter.toDouble(aLong); failed(""); in test_toDouble()
656 try { AnyConverter.toString(aLong); failed(""); in test_toString()
712 try { AnyConverter.toType(aLong); failed(""); in test_toType()
768 try { AnyConverter.toType(aLong); failed(""); in test_toArray()
835 assure("", AnyConverter.isLong(aLong)); in test_isLong()