Lines Matching refs:fail
86 try { AnyConverter.toBoolean(aChar); fail(""); in test_toBoolean()
88 try { AnyConverter.toBoolean(anyChar); fail(""); in test_toBoolean()
90 try { AnyConverter.toBoolean(aByte); fail(""); in test_toBoolean()
92 try { AnyConverter.toBoolean(anyByte); fail(""); in test_toBoolean()
94 try { AnyConverter.toBoolean(aShort); fail(""); in test_toBoolean()
96 try { AnyConverter.toBoolean(anyShort); fail(""); in test_toBoolean()
98 try { AnyConverter.toBoolean(aInt); fail(""); in test_toBoolean()
100 try { AnyConverter.toBoolean(anyInt); fail(""); in test_toBoolean()
102 try { AnyConverter.toBoolean(aLong); fail(""); in test_toBoolean()
104 try { AnyConverter.toBoolean(anyLong); fail(""); in test_toBoolean()
106 try { AnyConverter.toBoolean(aFloat); fail(""); in test_toBoolean()
108 try { AnyConverter.toBoolean(anyFloat); fail(""); in test_toBoolean()
110 try { AnyConverter.toBoolean(aDouble); fail(""); in test_toBoolean()
112 try { AnyConverter.toBoolean(anyDouble); fail(""); in test_toBoolean()
114 try { AnyConverter.toBoolean(aObj); fail(""); in test_toBoolean()
116 try { AnyConverter.toBoolean(aStr); fail(""); in test_toBoolean()
118 try { AnyConverter.toBoolean(anyStr); fail(""); in test_toBoolean()
120 try { AnyConverter.toBoolean(aType); fail(""); in test_toBoolean()
122 try { AnyConverter.toBoolean(anyType); fail(""); in test_toBoolean()
124 try { AnyConverter.toBoolean(anyVoid); fail(""); in test_toBoolean()
126 try { AnyConverter.toBoolean(arByte); fail(""); in test_toBoolean()
128 try { AnyConverter.toBoolean(anyArByte); fail(""); in test_toBoolean()
143 try { AnyConverter.toChar(aBool); fail(""); in test_toChar()
145 try { AnyConverter.toChar(anyBool); fail(""); in test_toChar()
147 try { AnyConverter.toChar(aByte); fail(""); in test_toChar()
149 try { AnyConverter.toChar(anyByte); fail(""); in test_toChar()
151 try { AnyConverter.toChar(aShort); fail(""); in test_toChar()
153 try { AnyConverter.toChar(anyShort); fail(""); in test_toChar()
155 try { AnyConverter.toChar(aInt); fail(""); in test_toChar()
157 try { AnyConverter.toChar(anyInt); fail(""); in test_toChar()
159 try { AnyConverter.toChar(aLong); fail(""); in test_toChar()
161 try { AnyConverter.toChar(anyLong); fail(""); in test_toChar()
163 try { AnyConverter.toChar(aFloat); fail(""); in test_toChar()
165 try { AnyConverter.toChar(anyFloat); fail(""); in test_toChar()
167 try { AnyConverter.toChar(aDouble); fail(""); in test_toChar()
169 try { AnyConverter.toChar(anyDouble); fail(""); in test_toChar()
171 try { AnyConverter.toChar(aObj); fail(""); in test_toChar()
173 try { AnyConverter.toChar(aStr); fail(""); in test_toChar()
175 try { AnyConverter.toChar(anyStr); fail(""); in test_toChar()
177 try { AnyConverter.toChar(aType); fail(""); in test_toChar()
179 try { AnyConverter.toChar(anyType); fail(""); in test_toChar()
181 try { AnyConverter.toChar(anyVoid); fail(""); in test_toChar()
183 try { AnyConverter.toChar(arByte); fail(""); in test_toChar()
185 try { AnyConverter.toChar(anyArByte); fail(""); in test_toChar()
200 try { AnyConverter.toByte(aChar); fail(""); in test_toByte()
202 try { AnyConverter.toByte(anyChar); fail(""); in test_toByte()
204 try { AnyConverter.toByte(aShort); fail(""); in test_toByte()
206 try { AnyConverter.toByte(anyShort); fail(""); in test_toByte()
208 try { AnyConverter.toByte(aInt); fail(""); in test_toByte()
210 try { AnyConverter.toByte(anyInt); fail(""); in test_toByte()
212 try { AnyConverter.toByte(aLong); fail(""); in test_toByte()
214 try { AnyConverter.toByte(anyLong); fail(""); in test_toByte()
216 try { AnyConverter.toByte(aFloat); fail(""); in test_toByte()
218 try { AnyConverter.toByte(anyFloat); fail(""); in test_toByte()
220 try { AnyConverter.toByte(aDouble); fail(""); in test_toByte()
222 try { AnyConverter.toByte(anyDouble); fail(""); in test_toByte()
224 try { AnyConverter.toByte(aObj); fail(""); in test_toByte()
226 try { AnyConverter.toByte(aStr); fail(""); in test_toByte()
228 try { AnyConverter.toByte(anyStr); fail(""); in test_toByte()
230 try { AnyConverter.toByte(aType); fail(""); in test_toByte()
232 try { AnyConverter.toByte(anyType); fail(""); in test_toByte()
234 try { AnyConverter.toByte(anyVoid); fail(""); in test_toByte()
236 try { AnyConverter.toByte(arByte); fail(""); in test_toByte()
238 try { AnyConverter.toByte(anyArByte); fail(""); in test_toByte()
259 try { AnyConverter.toShort(a); fail(""); in test_toShort()
261 try { AnyConverter.toUnsignedShort(anyShort); fail(""); in test_toShort()
263 try { AnyConverter.toChar(aBool); fail(""); in test_toShort()
265 try { AnyConverter.toChar(anyBool); fail(""); in test_toShort()
267 try { AnyConverter.toShort(aChar); fail(""); in test_toShort()
269 try { AnyConverter.toShort(anyChar); fail(""); in test_toShort()
271 try { AnyConverter.toShort(aBool); fail(""); in test_toShort()
273 try { AnyConverter.toShort(anyBool); fail(""); in test_toShort()
275 try { AnyConverter.toShort(aInt); fail(""); in test_toShort()
277 try { AnyConverter.toShort(anyInt); fail(""); in test_toShort()
279 try { AnyConverter.toShort(aLong); fail(""); in test_toShort()
281 try { AnyConverter.toShort(anyLong); fail(""); in test_toShort()
283 try { AnyConverter.toShort(aFloat); fail(""); in test_toShort()
285 try { AnyConverter.toShort(anyFloat); fail(""); in test_toShort()
287 try { AnyConverter.toShort(aDouble); fail(""); in test_toShort()
289 try { AnyConverter.toShort(anyDouble); fail(""); in test_toShort()
291 try { AnyConverter.toShort(aObj); fail(""); in test_toShort()
293 try { AnyConverter.toShort(aStr); fail(""); in test_toShort()
295 try { AnyConverter.toShort(anyStr); fail(""); in test_toShort()
297 try { AnyConverter.toShort(aType); fail(""); in test_toShort()
299 try { AnyConverter.toShort(anyType); fail(""); in test_toShort()
301 try { AnyConverter.toShort(anyVoid); fail(""); in test_toShort()
303 try { AnyConverter.toShort(arByte); fail(""); in test_toShort()
305 try { AnyConverter.toShort(anyArByte); fail(""); in test_toShort()
333 try { AnyConverter.toUnsignedInt(anyInt); fail(""); in test_toInt()
335 try { AnyConverter.toInt(a); fail(""); in test_toInt()
337 try { AnyConverter.toUnsignedInt(anyShort); fail(""); in test_toInt()
339 try { AnyConverter.toInt(aChar); fail(""); in test_toInt()
341 try { AnyConverter.toInt(anyChar); fail(""); in test_toInt()
343 try { AnyConverter.toInt(aBool); fail(""); in test_toInt()
345 try { AnyConverter.toInt(anyBool); fail(""); in test_toInt()
347 try { AnyConverter.toInt(aLong); fail(""); in test_toInt()
349 try { AnyConverter.toInt(anyLong); fail(""); in test_toInt()
351 try { AnyConverter.toInt(aFloat); fail(""); in test_toInt()
353 try { AnyConverter.toInt(anyFloat); fail(""); in test_toInt()
355 try { AnyConverter.toInt(aDouble); fail(""); in test_toInt()
357 try { AnyConverter.toInt(anyDouble); fail(""); in test_toInt()
359 try { AnyConverter.toInt(aObj); fail(""); in test_toInt()
361 try { AnyConverter.toInt(aStr); fail(""); in test_toInt()
363 try { AnyConverter.toInt(anyStr); fail(""); in test_toInt()
365 try { AnyConverter.toInt(aType); fail(""); in test_toInt()
367 try { AnyConverter.toInt(anyType); fail(""); in test_toInt()
369 try { AnyConverter.toInt(anyVoid); fail(""); in test_toInt()
371 try { AnyConverter.toInt(arByte); fail(""); in test_toInt()
373 try { AnyConverter.toInt(anyArByte); fail(""); in test_toInt()
408 try { AnyConverter.toUnsignedLong(anyShort); fail(""); in test_toLong()
410 try { AnyConverter.toUnsignedLong(anyInt); fail(""); in test_toLong()
412 try { AnyConverter.toLong(a); fail(""); in test_toLong()
414 try { AnyConverter.toUnsignedLong(anyLong); fail(""); in test_toLong()
416 try { AnyConverter.toLong(aChar); fail(""); in test_toLong()
418 try { AnyConverter.toLong(anyChar); fail(""); in test_toLong()
420 try { AnyConverter.toLong(aBool); fail(""); in test_toLong()
422 try { AnyConverter.toLong(anyBool); fail(""); in test_toLong()
424 try { AnyConverter.toLong(aFloat); fail(""); in test_toLong()
426 try { AnyConverter.toLong(anyFloat); fail(""); in test_toLong()
428 try { AnyConverter.toLong(aDouble); fail(""); in test_toLong()
430 try { AnyConverter.toLong(anyDouble); fail(""); in test_toLong()
432 try { AnyConverter.toLong(aObj); fail(""); in test_toLong()
434 try { AnyConverter.toLong(aStr); fail(""); in test_toLong()
436 try { AnyConverter.toLong(anyStr); fail(""); in test_toLong()
438 try { AnyConverter.toLong(aType); fail(""); in test_toLong()
440 try { AnyConverter.toLong(anyType); fail(""); in test_toLong()
442 try { AnyConverter.toLong(anyVoid); fail(""); in test_toLong()
444 try { AnyConverter.toLong(arByte); fail(""); in test_toLong()
446 try { AnyConverter.toLong(anyArByte); fail(""); in test_toLong()
469 try { AnyConverter.toFloat(aChar); fail(""); in test_toFloat()
471 try { AnyConverter.toFloat(anyChar); fail(""); in test_toFloat()
473 try { AnyConverter.toFloat(aBool); fail(""); in test_toFloat()
475 try { AnyConverter.toFloat(anyBool); fail(""); in test_toFloat()
477 try { AnyConverter.toFloat(aInt); fail(""); in test_toFloat()
479 try { AnyConverter.toFloat(anyInt); fail(""); in test_toFloat()
481 try { AnyConverter.toFloat(aLong); fail(""); in test_toFloat()
483 try { AnyConverter.toFloat(anyLong); fail(""); in test_toFloat()
485 try { AnyConverter.toFloat(aDouble); fail(""); in test_toFloat()
487 try { AnyConverter.toFloat(anyDouble); fail(""); in test_toFloat()
489 try { AnyConverter.toFloat(aObj); fail(""); in test_toFloat()
491 try { AnyConverter.toFloat(aStr); fail(""); in test_toFloat()
493 try { AnyConverter.toFloat(anyStr); fail(""); in test_toFloat()
495 try { AnyConverter.toFloat(aType); fail(""); in test_toFloat()
497 try { AnyConverter.toFloat(anyType); fail(""); in test_toFloat()
499 try { AnyConverter.toFloat(anyVoid); fail(""); in test_toFloat()
501 try { AnyConverter.toFloat(arByte); fail(""); in test_toFloat()
503 try { AnyConverter.toFloat(anyArByte); fail(""); in test_toFloat()
535 try { AnyConverter.toDouble(aChar); fail(""); in test_toDouble()
537 try { AnyConverter.toDouble(anyChar); fail(""); in test_toDouble()
539 try { AnyConverter.toDouble(aBool); fail(""); in test_toDouble()
541 try { AnyConverter.toDouble(anyBool); fail(""); in test_toDouble()
543 try { AnyConverter.toDouble(aLong); fail(""); in test_toDouble()
545 try { AnyConverter.toDouble(anyLong); fail(""); in test_toDouble()
547 try { AnyConverter.toDouble(aObj); fail(""); in test_toDouble()
549 try { AnyConverter.toDouble(aStr); fail(""); in test_toDouble()
551 try { AnyConverter.toDouble(anyStr); fail(""); in test_toDouble()
553 try { AnyConverter.toDouble(aType); fail(""); in test_toDouble()
555 try { AnyConverter.toDouble(anyType); fail(""); in test_toDouble()
557 try { AnyConverter.toDouble(anyVoid); fail(""); in test_toDouble()
559 try { AnyConverter.toDouble(arByte); fail(""); in test_toDouble()
561 try { AnyConverter.toDouble(anyArByte); fail(""); in test_toDouble()
594 fail(""); in test_toObject()
608 fail(""); in test_toObject()
612 try { AnyConverter.toObject(_type, aType); fail(""); in test_toObject()
614 try { AnyConverter.toObject(_type, anyType); fail(""); in test_toObject()
616 try { AnyConverter.toObject(_type, anyVoid); fail(""); in test_toObject()
618 try { AnyConverter.toObject(_type, new Object()); fail(""); in test_toObject()
633 try { AnyConverter.toString(aBool); fail(""); in test_toString()
635 try { AnyConverter.toString(anyBool); fail(""); in test_toString()
637 try { AnyConverter.toString(aChar); fail(""); in test_toString()
639 try { AnyConverter.toString(anyChar); fail(""); in test_toString()
641 try { AnyConverter.toString(aByte); fail(""); in test_toString()
643 try { AnyConverter.toString(anyByte); fail(""); in test_toString()
645 try { AnyConverter.toString(aShort); fail(""); in test_toString()
647 try { AnyConverter.toString(anyShort); fail(""); in test_toString()
649 try { AnyConverter.toString(aInt); fail(""); in test_toString()
651 try { AnyConverter.toString(anyInt); fail(""); in test_toString()
653 try { AnyConverter.toString(aLong); fail(""); in test_toString()
655 try { AnyConverter.toString(anyLong); fail(""); in test_toString()
657 try { AnyConverter.toString(aFloat); fail(""); in test_toString()
659 try { AnyConverter.toString(anyFloat); fail(""); in test_toString()
661 try { AnyConverter.toString(aDouble); fail(""); in test_toString()
663 try { AnyConverter.toString(anyDouble); fail(""); in test_toString()
665 try { AnyConverter.toString(aObj); fail(""); in test_toString()
667 try { AnyConverter.toString(aType); fail(""); in test_toString()
669 try { AnyConverter.toString(anyType); fail(""); in test_toString()
671 try { AnyConverter.toString(anyVoid); fail(""); in test_toString()
673 try { AnyConverter.toString(arByte); fail(""); in test_toString()
675 try { AnyConverter.toString(anyArByte); fail(""); in test_toString()
690 try { AnyConverter.toType(aBool); fail(""); in test_toType()
692 try { AnyConverter.toType(anyBool); fail(""); in test_toType()
694 try { AnyConverter.toType(aChar); fail(""); in test_toType()
696 try { AnyConverter.toType(anyChar); fail(""); in test_toType()
698 try { AnyConverter.toType(aByte); fail(""); in test_toType()
700 try { AnyConverter.toType(anyByte); fail(""); in test_toType()
702 try { AnyConverter.toType(aShort); fail(""); in test_toType()
704 try { AnyConverter.toType(anyShort); fail(""); in test_toType()
706 try { AnyConverter.toType(aInt); fail(""); in test_toType()
708 try { AnyConverter.toType(anyInt); fail(""); in test_toType()
710 try { AnyConverter.toType(aLong); fail(""); in test_toType()
712 try { AnyConverter.toType(anyLong); fail(""); in test_toType()
714 try { AnyConverter.toType(aFloat); fail(""); in test_toType()
716 try { AnyConverter.toType(anyFloat); fail(""); in test_toType()
718 try { AnyConverter.toType(aDouble); fail(""); in test_toType()
720 try { AnyConverter.toType(anyDouble); fail(""); in test_toType()
722 try { AnyConverter.toType(aObj); fail(""); in test_toType()
724 try { AnyConverter.toType(aStr); fail(""); in test_toType()
726 try { AnyConverter.toType(anyStr); fail(""); in test_toType()
728 try { AnyConverter.toType(anyVoid); fail(""); in test_toType()
730 try { AnyConverter.toType(arByte); fail(""); in test_toType()
732 try { AnyConverter.toType(anyArByte); fail(""); in test_toType()
747 try { AnyConverter.toType(aBool); fail(""); in test_toArray()
749 try { AnyConverter.toType(anyBool); fail(""); in test_toArray()
751 try { AnyConverter.toType(aChar); fail(""); in test_toArray()
753 try { AnyConverter.toType(anyChar); fail(""); in test_toArray()
755 try { AnyConverter.toType(aByte); fail(""); in test_toArray()
757 try { AnyConverter.toType(anyByte); fail(""); in test_toArray()
759 try { AnyConverter.toType(aShort); fail(""); in test_toArray()
761 try { AnyConverter.toType(anyShort); fail(""); in test_toArray()
763 try { AnyConverter.toType(aInt); fail(""); in test_toArray()
765 try { AnyConverter.toType(anyInt); fail(""); in test_toArray()
767 try { AnyConverter.toType(aLong); fail(""); in test_toArray()
769 try { AnyConverter.toType(anyLong); fail(""); in test_toArray()
771 try { AnyConverter.toType(aFloat); fail(""); in test_toArray()
773 try { AnyConverter.toType(anyFloat); fail(""); in test_toArray()
775 try { AnyConverter.toType(aDouble); fail(""); in test_toArray()
777 try { AnyConverter.toType(anyDouble); fail(""); in test_toArray()
779 try { AnyConverter.toType(aObj); fail(""); in test_toArray()
781 try { AnyConverter.toType(aStr); fail(""); in test_toArray()
783 try { AnyConverter.toType(anyStr); fail(""); in test_toArray()
785 try { AnyConverter.toType(anyVoid); fail(""); in test_toArray()
787 try { AnyConverter.toType(arByte); fail(""); in test_toArray()
789 try { AnyConverter.toType(anyArByte); fail(""); in test_toArray()