Searched refs:anyByte (Results 1 – 1 of 1) sorted by relevance
34 Any anyByte; // field in AnyConverter_Test63 anyByte= new Any(new Type(Byte.TYPE), aByte); in AnyConverter_Test()92 try { AnyConverter.toBoolean(anyByte); fail(""); in test_toBoolean()149 try { AnyConverter.toChar(anyByte); fail(""); in test_toChar()196 val= AnyConverter.toByte(anyByte); in test_toByte()197 assertTrue("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toByte()251 sh= AnyConverter.toShort(anyByte); in test_toShort()252 assertTrue("", sh == ((Byte)anyByte.getObject()).byteValue()); in test_toShort()320 val= AnyConverter.toInt(anyByte); in test_toInt()321 assertTrue("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toInt()[all …]