Searched refs:anyInt (Results 1 – 1 of 1) sorted by relevance
36 Any anyInt; // field in AnyConverter_Test65 anyInt= new Any(new Type(Integer.TYPE), aInt); in AnyConverter_Test()100 try { AnyConverter.toBoolean(anyInt); fail(""); in test_toBoolean()157 try { AnyConverter.toChar(anyInt); fail(""); in test_toChar()210 try { AnyConverter.toByte(anyInt); fail(""); in test_toByte()277 try { AnyConverter.toShort(anyInt); fail(""); in test_toShort()324 val= AnyConverter.toInt(anyInt); in test_toInt()325 assertTrue("", val == ((Integer) anyInt.getObject()).intValue()); in test_toInt()333 try { AnyConverter.toUnsignedInt(anyInt); fail(""); in test_toInt()394 val= AnyConverter.toLong(anyInt); in test_toLong()[all …]