Searched refs:anyByte (Results 1 – 1 of 1) sorted by relevance
47 Any anyByte; // field in AnyConverter_Test76 anyByte= new Any(new Type(Byte.TYPE), aByte); in AnyConverter_Test()104 try { AnyConverter.toBoolean(anyByte); failed(""); in test_toBoolean()160 try { AnyConverter.toChar(anyByte); failed(""); in test_toChar()206 val= AnyConverter.toByte(anyByte); in test_toByte()207 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toByte()260 sh= AnyConverter.toShort(anyByte); in test_toShort()261 assure("", sh == ((Byte)anyByte.getObject()).byteValue()); in test_toShort()328 val= AnyConverter.toInt(anyByte); in test_toInt()329 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toInt()[all …]