Searched refs:anyVoid (Results 1 – 1 of 1) sorted by relevance
43 Any anyVoid; // field in AnyConverter_Test60 anyVoid= new Any(new Type(void.class), null); in AnyConverter_Test()124 try { AnyConverter.toBoolean(anyVoid); fail(""); in test_toBoolean()181 try { AnyConverter.toChar(anyVoid); fail(""); in test_toChar()234 try { AnyConverter.toByte(anyVoid); fail(""); in test_toByte()301 try { AnyConverter.toShort(anyVoid); fail(""); in test_toShort()369 try { AnyConverter.toInt(anyVoid); fail(""); in test_toInt()442 try { AnyConverter.toLong(anyVoid); fail(""); in test_toLong()499 try { AnyConverter.toFloat(anyVoid); fail(""); in test_toFloat()557 try { AnyConverter.toDouble(anyVoid); fail(""); in test_toDouble()[all …]