Lines Matching refs:failed

98         try { AnyConverter.toBoolean(aChar); failed("");  in test_toBoolean()
100 try { AnyConverter.toBoolean(anyChar); failed(""); in test_toBoolean()
102 try { AnyConverter.toBoolean(aByte); failed(""); in test_toBoolean()
104 try { AnyConverter.toBoolean(anyByte); failed(""); in test_toBoolean()
106 try { AnyConverter.toBoolean(aShort); failed(""); in test_toBoolean()
108 try { AnyConverter.toBoolean(anyShort); failed(""); in test_toBoolean()
110 try { AnyConverter.toBoolean(aInt); failed(""); in test_toBoolean()
112 try { AnyConverter.toBoolean(anyInt); failed(""); in test_toBoolean()
114 try { AnyConverter.toBoolean(aLong); failed(""); in test_toBoolean()
116 try { AnyConverter.toBoolean(anyLong); failed(""); in test_toBoolean()
118 try { AnyConverter.toBoolean(aFloat); failed(""); in test_toBoolean()
120 try { AnyConverter.toBoolean(anyFloat); failed(""); in test_toBoolean()
122 try { AnyConverter.toBoolean(aDouble); failed(""); in test_toBoolean()
124 try { AnyConverter.toBoolean(anyDouble); failed(""); in test_toBoolean()
126 try { AnyConverter.toBoolean(aObj); failed(""); in test_toBoolean()
128 try { AnyConverter.toBoolean(aStr); failed(""); in test_toBoolean()
130 try { AnyConverter.toBoolean(anyStr); failed(""); in test_toBoolean()
132 try { AnyConverter.toBoolean(aType); failed(""); in test_toBoolean()
134 try { AnyConverter.toBoolean(anyType); failed(""); in test_toBoolean()
136 try { AnyConverter.toBoolean(anyVoid); failed(""); in test_toBoolean()
138 try { AnyConverter.toBoolean(arByte); failed(""); in test_toBoolean()
140 try { AnyConverter.toBoolean(anyArByte); failed(""); in test_toBoolean()
154 try { AnyConverter.toChar(aBool); failed(""); in test_toChar()
156 try { AnyConverter.toChar(anyBool); failed(""); in test_toChar()
158 try { AnyConverter.toChar(aByte); failed(""); in test_toChar()
160 try { AnyConverter.toChar(anyByte); failed(""); in test_toChar()
162 try { AnyConverter.toChar(aShort); failed(""); in test_toChar()
164 try { AnyConverter.toChar(anyShort); failed(""); in test_toChar()
166 try { AnyConverter.toChar(aInt); failed(""); in test_toChar()
168 try { AnyConverter.toChar(anyInt); failed(""); in test_toChar()
170 try { AnyConverter.toChar(aLong); failed(""); in test_toChar()
172 try { AnyConverter.toChar(anyLong); failed(""); in test_toChar()
174 try { AnyConverter.toChar(aFloat); failed(""); in test_toChar()
176 try { AnyConverter.toChar(anyFloat); failed(""); in test_toChar()
178 try { AnyConverter.toChar(aDouble); failed(""); in test_toChar()
180 try { AnyConverter.toChar(anyDouble); failed(""); in test_toChar()
182 try { AnyConverter.toChar(aObj); failed(""); in test_toChar()
184 try { AnyConverter.toChar(aStr); failed(""); in test_toChar()
186 try { AnyConverter.toChar(anyStr); failed(""); in test_toChar()
188 try { AnyConverter.toChar(aType); failed(""); in test_toChar()
190 try { AnyConverter.toChar(anyType); failed(""); in test_toChar()
192 try { AnyConverter.toChar(anyVoid); failed(""); in test_toChar()
194 try { AnyConverter.toChar(arByte); failed(""); in test_toChar()
196 try { AnyConverter.toChar(anyArByte); failed(""); in test_toChar()
210 try { AnyConverter.toByte(aChar); failed(""); in test_toByte()
212 try { AnyConverter.toByte(anyChar); failed(""); in test_toByte()
214 try { AnyConverter.toByte(aShort); failed(""); in test_toByte()
216 try { AnyConverter.toByte(anyShort); failed(""); in test_toByte()
218 try { AnyConverter.toByte(aInt); failed(""); in test_toByte()
220 try { AnyConverter.toByte(anyInt); failed(""); in test_toByte()
222 try { AnyConverter.toByte(aLong); failed(""); in test_toByte()
224 try { AnyConverter.toByte(anyLong); failed(""); in test_toByte()
226 try { AnyConverter.toByte(aFloat); failed(""); in test_toByte()
228 try { AnyConverter.toByte(anyFloat); failed(""); in test_toByte()
230 try { AnyConverter.toByte(aDouble); failed(""); in test_toByte()
232 try { AnyConverter.toByte(anyDouble); failed(""); in test_toByte()
234 try { AnyConverter.toByte(aObj); failed(""); in test_toByte()
236 try { AnyConverter.toByte(aStr); failed(""); in test_toByte()
238 try { AnyConverter.toByte(anyStr); failed(""); in test_toByte()
240 try { AnyConverter.toByte(aType); failed(""); in test_toByte()
242 try { AnyConverter.toByte(anyType); failed(""); in test_toByte()
244 try { AnyConverter.toByte(anyVoid); failed(""); in test_toByte()
246 try { AnyConverter.toByte(arByte); failed(""); in test_toByte()
248 try { AnyConverter.toByte(anyArByte); failed(""); in test_toByte()
268 try { AnyConverter.toShort(a); failed(""); in test_toShort()
270 try { AnyConverter.toUnsignedShort(anyShort); failed(""); in test_toShort()
272 try { AnyConverter.toChar(aBool); failed(""); in test_toShort()
274 try { AnyConverter.toChar(anyBool); failed(""); in test_toShort()
276 try { AnyConverter.toShort(aChar); failed(""); in test_toShort()
278 try { AnyConverter.toShort(anyChar); failed(""); in test_toShort()
280 try { AnyConverter.toShort(aBool); failed(""); in test_toShort()
282 try { AnyConverter.toShort(anyBool); failed(""); in test_toShort()
284 try { AnyConverter.toShort(aInt); failed(""); in test_toShort()
286 try { AnyConverter.toShort(anyInt); failed(""); in test_toShort()
288 try { AnyConverter.toShort(aLong); failed(""); in test_toShort()
290 try { AnyConverter.toShort(anyLong); failed(""); in test_toShort()
292 try { AnyConverter.toShort(aFloat); failed(""); in test_toShort()
294 try { AnyConverter.toShort(anyFloat); failed(""); in test_toShort()
296 try { AnyConverter.toShort(aDouble); failed(""); in test_toShort()
298 try { AnyConverter.toShort(anyDouble); failed(""); in test_toShort()
300 try { AnyConverter.toShort(aObj); failed(""); in test_toShort()
302 try { AnyConverter.toShort(aStr); failed(""); in test_toShort()
304 try { AnyConverter.toShort(anyStr); failed(""); in test_toShort()
306 try { AnyConverter.toShort(aType); failed(""); in test_toShort()
308 try { AnyConverter.toShort(anyType); failed(""); in test_toShort()
310 try { AnyConverter.toShort(anyVoid); failed(""); in test_toShort()
312 try { AnyConverter.toShort(arByte); failed(""); in test_toShort()
314 try { AnyConverter.toShort(anyArByte); failed(""); in test_toShort()
341 try { AnyConverter.toUnsignedInt(anyInt); failed(""); in test_toInt()
343 try { AnyConverter.toInt(a); failed(""); in test_toInt()
345 try { AnyConverter.toUnsignedInt(anyShort); failed(""); in test_toInt()
347 try { AnyConverter.toInt(aChar); failed(""); in test_toInt()
349 try { AnyConverter.toInt(anyChar); failed(""); in test_toInt()
351 try { AnyConverter.toInt(aBool); failed(""); in test_toInt()
353 try { AnyConverter.toInt(anyBool); failed(""); in test_toInt()
355 try { AnyConverter.toInt(aLong); failed(""); in test_toInt()
357 try { AnyConverter.toInt(anyLong); failed(""); in test_toInt()
359 try { AnyConverter.toInt(aFloat); failed(""); in test_toInt()
361 try { AnyConverter.toInt(anyFloat); failed(""); in test_toInt()
363 try { AnyConverter.toInt(aDouble); failed(""); in test_toInt()
365 try { AnyConverter.toInt(anyDouble); failed(""); in test_toInt()
367 try { AnyConverter.toInt(aObj); failed(""); in test_toInt()
369 try { AnyConverter.toInt(aStr); failed(""); in test_toInt()
371 try { AnyConverter.toInt(anyStr); failed(""); in test_toInt()
373 try { AnyConverter.toInt(aType); failed(""); in test_toInt()
375 try { AnyConverter.toInt(anyType); failed(""); in test_toInt()
377 try { AnyConverter.toInt(anyVoid); failed(""); in test_toInt()
379 try { AnyConverter.toInt(arByte); failed(""); in test_toInt()
381 try { AnyConverter.toInt(anyArByte); failed(""); in test_toInt()
415 try { AnyConverter.toUnsignedLong(anyShort); failed(""); in test_toLong()
417 try { AnyConverter.toUnsignedLong(anyInt); failed(""); in test_toLong()
419 try { AnyConverter.toLong(a); failed(""); in test_toLong()
421 try { AnyConverter.toUnsignedLong(anyLong); failed(""); in test_toLong()
423 try { AnyConverter.toLong(aChar); failed(""); in test_toLong()
425 try { AnyConverter.toLong(anyChar); failed(""); in test_toLong()
427 try { AnyConverter.toLong(aBool); failed(""); in test_toLong()
429 try { AnyConverter.toLong(anyBool); failed(""); in test_toLong()
431 try { AnyConverter.toLong(aFloat); failed(""); in test_toLong()
433 try { AnyConverter.toLong(anyFloat); failed(""); in test_toLong()
435 try { AnyConverter.toLong(aDouble); failed(""); in test_toLong()
437 try { AnyConverter.toLong(anyDouble); failed(""); in test_toLong()
439 try { AnyConverter.toLong(aObj); failed(""); in test_toLong()
441 try { AnyConverter.toLong(aStr); failed(""); in test_toLong()
443 try { AnyConverter.toLong(anyStr); failed(""); in test_toLong()
445 try { AnyConverter.toLong(aType); failed(""); in test_toLong()
447 try { AnyConverter.toLong(anyType); failed(""); in test_toLong()
449 try { AnyConverter.toLong(anyVoid); failed(""); in test_toLong()
451 try { AnyConverter.toLong(arByte); failed(""); in test_toLong()
453 try { AnyConverter.toLong(anyArByte); failed(""); in test_toLong()
475 try { AnyConverter.toFloat(aChar); failed(""); in test_toFloat()
477 try { AnyConverter.toFloat(anyChar); failed(""); in test_toFloat()
479 try { AnyConverter.toFloat(aBool); failed(""); in test_toFloat()
481 try { AnyConverter.toFloat(anyBool); failed(""); in test_toFloat()
483 try { AnyConverter.toFloat(aInt); failed(""); in test_toFloat()
485 try { AnyConverter.toFloat(anyInt); failed(""); in test_toFloat()
487 try { AnyConverter.toFloat(aLong); failed(""); in test_toFloat()
489 try { AnyConverter.toFloat(anyLong); failed(""); in test_toFloat()
491 try { AnyConverter.toFloat(aDouble); failed(""); in test_toFloat()
493 try { AnyConverter.toFloat(anyDouble); failed(""); in test_toFloat()
495 try { AnyConverter.toFloat(aObj); failed(""); in test_toFloat()
497 try { AnyConverter.toFloat(aStr); failed(""); in test_toFloat()
499 try { AnyConverter.toFloat(anyStr); failed(""); in test_toFloat()
501 try { AnyConverter.toFloat(aType); failed(""); in test_toFloat()
503 try { AnyConverter.toFloat(anyType); failed(""); in test_toFloat()
505 try { AnyConverter.toFloat(anyVoid); failed(""); in test_toFloat()
507 try { AnyConverter.toFloat(arByte); failed(""); in test_toFloat()
509 try { AnyConverter.toFloat(anyArByte); failed(""); in test_toFloat()
540 try { AnyConverter.toDouble(aChar); failed(""); in test_toDouble()
542 try { AnyConverter.toDouble(anyChar); failed(""); in test_toDouble()
544 try { AnyConverter.toDouble(aBool); failed(""); in test_toDouble()
546 try { AnyConverter.toDouble(anyBool); failed(""); in test_toDouble()
548 try { AnyConverter.toDouble(aLong); failed(""); in test_toDouble()
550 try { AnyConverter.toDouble(anyLong); failed(""); in test_toDouble()
552 try { AnyConverter.toDouble(aObj); failed(""); in test_toDouble()
554 try { AnyConverter.toDouble(aStr); failed(""); in test_toDouble()
556 try { AnyConverter.toDouble(anyStr); failed(""); in test_toDouble()
558 try { AnyConverter.toDouble(aType); failed(""); in test_toDouble()
560 try { AnyConverter.toDouble(anyType); failed(""); in test_toDouble()
562 try { AnyConverter.toDouble(anyVoid); failed(""); in test_toDouble()
564 try { AnyConverter.toDouble(arByte); failed(""); in test_toDouble()
566 try { AnyConverter.toDouble(anyArByte); failed(""); in test_toDouble()
598 failed(""); in test_toObject()
612 failed(""); in test_toObject()
616 try { AnyConverter.toObject(_type, aType); failed(""); in test_toObject()
618 try { AnyConverter.toObject(_type, anyType); failed(""); in test_toObject()
620 try { AnyConverter.toObject(_type, anyVoid); failed(""); in test_toObject()
622 try { AnyConverter.toObject(_type, new Object()); failed(""); in test_toObject()
636 try { AnyConverter.toString(aBool); failed(""); in test_toString()
638 try { AnyConverter.toString(anyBool); failed(""); in test_toString()
640 try { AnyConverter.toString(aChar); failed(""); in test_toString()
642 try { AnyConverter.toString(anyChar); failed(""); in test_toString()
644 try { AnyConverter.toString(aByte); failed(""); in test_toString()
646 try { AnyConverter.toString(anyByte); failed(""); in test_toString()
648 try { AnyConverter.toString(aShort); failed(""); in test_toString()
650 try { AnyConverter.toString(anyShort); failed(""); in test_toString()
652 try { AnyConverter.toString(aInt); failed(""); in test_toString()
654 try { AnyConverter.toString(anyInt); failed(""); in test_toString()
656 try { AnyConverter.toString(aLong); failed(""); in test_toString()
658 try { AnyConverter.toString(anyLong); failed(""); in test_toString()
660 try { AnyConverter.toString(aFloat); failed(""); in test_toString()
662 try { AnyConverter.toString(anyFloat); failed(""); in test_toString()
664 try { AnyConverter.toString(aDouble); failed(""); in test_toString()
666 try { AnyConverter.toString(anyDouble); failed(""); in test_toString()
668 try { AnyConverter.toString(aObj); failed(""); in test_toString()
670 try { AnyConverter.toString(aType); failed(""); in test_toString()
672 try { AnyConverter.toString(anyType); failed(""); in test_toString()
674 try { AnyConverter.toString(anyVoid); failed(""); in test_toString()
676 try { AnyConverter.toString(arByte); failed(""); in test_toString()
678 try { AnyConverter.toString(anyArByte); failed(""); in test_toString()
692 try { AnyConverter.toType(aBool); failed(""); in test_toType()
694 try { AnyConverter.toType(anyBool); failed(""); in test_toType()
696 try { AnyConverter.toType(aChar); failed(""); in test_toType()
698 try { AnyConverter.toType(anyChar); failed(""); in test_toType()
700 try { AnyConverter.toType(aByte); failed(""); in test_toType()
702 try { AnyConverter.toType(anyByte); failed(""); in test_toType()
704 try { AnyConverter.toType(aShort); failed(""); in test_toType()
706 try { AnyConverter.toType(anyShort); failed(""); in test_toType()
708 try { AnyConverter.toType(aInt); failed(""); in test_toType()
710 try { AnyConverter.toType(anyInt); failed(""); in test_toType()
712 try { AnyConverter.toType(aLong); failed(""); in test_toType()
714 try { AnyConverter.toType(anyLong); failed(""); in test_toType()
716 try { AnyConverter.toType(aFloat); failed(""); in test_toType()
718 try { AnyConverter.toType(anyFloat); failed(""); in test_toType()
720 try { AnyConverter.toType(aDouble); failed(""); in test_toType()
722 try { AnyConverter.toType(anyDouble); failed(""); in test_toType()
724 try { AnyConverter.toType(aObj); failed(""); in test_toType()
726 try { AnyConverter.toType(aStr); failed(""); in test_toType()
728 try { AnyConverter.toType(anyStr); failed(""); in test_toType()
730 try { AnyConverter.toType(anyVoid); failed(""); in test_toType()
732 try { AnyConverter.toType(arByte); failed(""); in test_toType()
734 try { AnyConverter.toType(anyArByte); failed(""); in test_toType()
748 try { AnyConverter.toType(aBool); failed(""); in test_toArray()
750 try { AnyConverter.toType(anyBool); failed(""); in test_toArray()
752 try { AnyConverter.toType(aChar); failed(""); in test_toArray()
754 try { AnyConverter.toType(anyChar); failed(""); in test_toArray()
756 try { AnyConverter.toType(aByte); failed(""); in test_toArray()
758 try { AnyConverter.toType(anyByte); failed(""); in test_toArray()
760 try { AnyConverter.toType(aShort); failed(""); in test_toArray()
762 try { AnyConverter.toType(anyShort); failed(""); in test_toArray()
764 try { AnyConverter.toType(aInt); failed(""); in test_toArray()
766 try { AnyConverter.toType(anyInt); failed(""); in test_toArray()
768 try { AnyConverter.toType(aLong); failed(""); in test_toArray()
770 try { AnyConverter.toType(anyLong); failed(""); in test_toArray()
772 try { AnyConverter.toType(aFloat); failed(""); in test_toArray()
774 try { AnyConverter.toType(anyFloat); failed(""); in test_toArray()
776 try { AnyConverter.toType(aDouble); failed(""); in test_toArray()
778 try { AnyConverter.toType(anyDouble); failed(""); in test_toArray()
780 try { AnyConverter.toType(aObj); failed(""); in test_toArray()
782 try { AnyConverter.toType(aStr); failed(""); in test_toArray()
784 try { AnyConverter.toType(anyStr); failed(""); in test_toArray()
786 try { AnyConverter.toType(anyVoid); failed(""); in test_toArray()
788 try { AnyConverter.toType(arByte); failed(""); in test_toArray()
790 try { AnyConverter.toType(anyArByte); failed(""); in test_toArray()