Searched refs:anyDouble (Results 1 – 1 of 1) sorted by relevance
39 Any anyDouble; // field in AnyConverter_Test68 anyDouble= new Any(new Type(Double.TYPE), aDouble); in AnyConverter_Test()112 try { AnyConverter.toBoolean(anyDouble); fail(""); in test_toBoolean()169 try { AnyConverter.toChar(anyDouble); fail(""); in test_toChar()222 try { AnyConverter.toByte(anyDouble); fail(""); in test_toByte()289 try { AnyConverter.toShort(anyDouble); fail(""); in test_toShort()357 try { AnyConverter.toInt(anyDouble); fail(""); in test_toInt()430 try { AnyConverter.toLong(anyDouble); fail(""); in test_toLong()487 try { AnyConverter.toFloat(anyDouble); fail(""); in test_toFloat()531 val= AnyConverter.toDouble(anyDouble); in test_toDouble()[all …]