Lines Matching refs:getObject

95         assure("", b == ((Boolean)anyBool.getObject()).booleanValue());  in test_toBoolean()
151 assure("", b == ((Character)anyChar.getObject()).charValue()); in test_toChar()
207 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toByte()
261 assure("", sh == ((Byte)anyByte.getObject()).byteValue()); in test_toShort()
263 assure("", sh == ((Short) anyShort.getObject()).shortValue()); in test_toShort()
329 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toInt()
331 assure("", val == ((Short) anyShort.getObject()).shortValue()); in test_toInt()
333 assure("", val == ((Integer) anyInt.getObject()).intValue()); in test_toInt()
398 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toLong()
400 assure("", val == ((Short) anyShort.getObject()).shortValue()); in test_toLong()
402 assure("", val == ((Integer) anyInt.getObject()).intValue()); in test_toLong()
404 assure("", val == ((Long) anyLong.getObject()).longValue()); in test_toLong()
464 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toFloat()
468 assure("", val == ((Short) anyShort.getObject()).shortValue()); in test_toFloat()
472 assure("", val == ((Float) anyFloat.getObject()).floatValue()); in test_toFloat()
520 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toDouble()
524 assure("", val == ((Short) anyShort.getObject()).shortValue()); in test_toDouble()
528 assure("", val == ((Integer) anyInt.getObject()).intValue()); in test_toDouble()
532 float float1= ((Float) anyFloat.getObject()).floatValue(); in test_toDouble()
537 assure("", val == ((Double) anyDouble.getObject()).doubleValue()); in test_toDouble()
633 assure("", ((String)anyStr.getObject()).equals(val)); in test_toString()
689 assure("", val == anyType.getObject()); in test_toType()
745 assure("", val == anyArByte.getObject()); in test_toArray()