Lines Matching refs:AnyConverter

92         boolean b= AnyConverter.toBoolean(aBool);  in test_toBoolean()
94 b= AnyConverter.toBoolean(anyBool); in test_toBoolean()
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()
148 char b= AnyConverter.toChar(aChar); in test_toChar()
150 b= AnyConverter.toChar(anyChar); in test_toChar()
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()
204 byte val= AnyConverter.toByte(aByte); in test_toByte()
206 val= AnyConverter.toByte(anyByte); in test_toByte()
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()
256 short sh= AnyConverter.toShort(aByte); in test_toShort()
258 sh= AnyConverter.toShort(aShort); in test_toShort()
260 sh= AnyConverter.toShort(anyByte); in test_toShort()
262 sh= AnyConverter.toShort(anyShort); in test_toShort()
265 assure("", 5 == AnyConverter.toUnsignedShort( a )); in test_toShort()
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()
322 int val= AnyConverter.toInt(aByte); in test_toInt()
324 val= AnyConverter.toInt(aShort); in test_toInt()
326 val= AnyConverter.toInt(aInt); in test_toInt()
328 val= AnyConverter.toInt(anyByte); in test_toInt()
330 val= AnyConverter.toInt(anyShort); in test_toInt()
332 val= AnyConverter.toInt(anyInt); in test_toInt()
335 assure("", 5 == AnyConverter.toInt(a)); in test_toInt()
336 assure("", 5 == AnyConverter.toUnsignedInt(a)); in test_toInt()
338 assure("", 5 == AnyConverter.toUnsignedInt(a)); in test_toInt()
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()
389 long val= AnyConverter.toLong(aByte); in test_toLong()
391 val= AnyConverter.toLong(aShort); in test_toLong()
393 val= AnyConverter.toLong(aInt); in test_toLong()
395 val= AnyConverter.toLong(aLong); in test_toLong()
397 val= AnyConverter.toLong(anyByte); in test_toLong()
399 val= AnyConverter.toLong(anyShort); in test_toLong()
401 val= AnyConverter.toLong(anyInt); in test_toLong()
403 val= AnyConverter.toLong(anyLong); in test_toLong()
406 assure("", 5 == AnyConverter.toLong(a)); in test_toLong()
407 assure("", 5 == AnyConverter.toUnsignedLong(a)); in test_toLong()
409 assure("", 5 == AnyConverter.toUnsignedLong(a)); in test_toLong()
410 assure("", 5 == AnyConverter.toLong(a)); in test_toLong()
412 assure("", 5 == AnyConverter.toUnsignedLong(a)); in test_toLong()
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()
461 float val= AnyConverter.toFloat(aByte); in test_toFloat()
463 val= AnyConverter.toFloat(anyByte); in test_toFloat()
465 val= AnyConverter.toFloat(aShort); in test_toFloat()
467 val= AnyConverter.toFloat(anyShort); in test_toFloat()
469 val= AnyConverter.toFloat(aFloat); in test_toFloat()
471 val= AnyConverter.toFloat(anyFloat); in test_toFloat()
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()
517 double val= AnyConverter.toDouble(aByte); in test_toDouble()
519 val= AnyConverter.toDouble(anyByte); in test_toDouble()
521 val= AnyConverter.toDouble(aShort); in test_toDouble()
523 val= AnyConverter.toDouble(anyShort); in test_toDouble()
525 val= AnyConverter.toDouble(aInt); in test_toDouble()
527 val= AnyConverter.toDouble(anyInt); in test_toDouble()
529 val= AnyConverter.toDouble(aFloat); in test_toDouble()
531 val= AnyConverter.toDouble(anyFloat); in test_toDouble()
534 val= AnyConverter.toDouble(aDouble); in test_toDouble()
536 val= AnyConverter.toDouble(anyDouble); in test_toDouble()
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()
575 Object val= AnyConverter.toObject(_type, aObj); in test_toObject()
577 val= AnyConverter.toObject( in test_toObject()
588 AnyConverter.toObject( in test_toObject()
592 AnyConverter.toObject( in test_toObject()
596 AnyConverter.toObject( in test_toObject()
603 AnyConverter.toObject( in test_toObject()
607 AnyConverter.toObject(new Type(com.sun.star.uno.Exception.class), in test_toObject()
610 AnyConverter.toObject( 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()
630 String val= AnyConverter.toString(aStr); in test_toString()
632 val= AnyConverter.toString(anyStr); in test_toString()
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()
686 Type val= AnyConverter.toType(aType); in test_toType()
688 val= AnyConverter.toType(anyType); in test_toType()
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()
742 Object val= AnyConverter.toArray(arByte); in test_toArray()
744 val= AnyConverter.toArray(anyArByte); in test_toArray()
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()
795 assure("", AnyConverter.isBoolean(aBool)); in test_isBoolean()
796 assure("", AnyConverter.isBoolean(anyBool)); in test_isBoolean()
797 assure("", !AnyConverter.isBoolean(aChar)); in test_isBoolean()
801 assure("", AnyConverter.isChar(aChar)); in test_isChar()
802 assure("", AnyConverter.isChar(anyChar)); in test_isChar()
803 assure("", !AnyConverter.isChar(aBool)); in test_isChar()
807 assure("", AnyConverter.isByte(aByte)); in test_isByte()
808 assure("", AnyConverter.isByte(anyByte)); in test_isByte()
809 assure("", !AnyConverter.isByte(aBool)); in test_isByte()
813 assure("", AnyConverter.isShort(aShort)); in test_isShort()
814 assure("", AnyConverter.isShort(anyShort)); in test_isShort()
815 assure("", Type.SHORT.equals(AnyConverter.getType(anyShort))); in test_isShort()
817 assure("", Type.UNSIGNED_SHORT.equals(AnyConverter.getType(a))); in test_isShort()
818 assure("", !AnyConverter.isShort(a)); in test_isShort()
819 assure("", !Type.SHORT.equals(AnyConverter.getType(a))); in test_isShort()
820 assure("", !AnyConverter.isShort(aBool)); in test_isShort()
824 assure("", AnyConverter.isInt(aInt)); in test_isInt()
825 assure("", AnyConverter.isInt(anyInt)); in test_isInt()
826 assure("", Type.LONG.equals(AnyConverter.getType(anyInt))); in test_isInt()
828 assure("", Type.UNSIGNED_LONG.equals(AnyConverter.getType(a))); in test_isInt()
829 assure("", !AnyConverter.isInt(a)); in test_isInt()
830 assure("", !Type.LONG.equals(AnyConverter.getType(a))); in test_isInt()
831 assure("", !AnyConverter.isInt(aBool)); in test_isInt()
835 assure("", AnyConverter.isLong(aLong)); in test_isLong()
836 assure("", AnyConverter.isLong(anyLong)); in test_isLong()
837 assure("", Type.HYPER.equals(AnyConverter.getType(anyLong))); in test_isLong()
839 assure("", Type.UNSIGNED_HYPER.equals( AnyConverter.getType(a) )); in test_isLong()
840 assure("", !AnyConverter.isLong(a)); in test_isLong()
841 assure("", !Type.HYPER.equals( AnyConverter.getType(a) )); in test_isLong()
842 assure("", !AnyConverter.isLong(aBool)); in test_isLong()
846 assure("", AnyConverter.isFloat(aFloat)); in test_isFloat()
847 assure("", AnyConverter.isFloat(anyFloat)); in test_isFloat()
848 assure("", !AnyConverter.isFloat(aDouble)); in test_isFloat()
852 assure("", AnyConverter.isDouble(aDouble)); in test_isDouble()
853 assure("", AnyConverter.isDouble(anyDouble)); in test_isDouble()
854 assure("", !AnyConverter.isDouble(aFloat)); in test_isDouble()
858 assure("", AnyConverter.isObject(aObj)); in test_isObject()
859 assure("", AnyConverter.isObject( new Any( XInterface.class, null))); in test_isObject()
860 assure("", !AnyConverter.isObject(new Object())); in test_isObject()
864 assure("", AnyConverter.isString(aStr)); in test_isString()
865 assure("", AnyConverter.isString(anyStr)); in test_isString()
866 assure("", !AnyConverter.isString(new Object())); in test_isString()
870 assure("", AnyConverter.isType(aType)); in test_isType()
871 assure("", AnyConverter.isType(anyType)); in test_isType()
872 assure("", !AnyConverter.isType(new Object())); in test_isType()
876 assure("", AnyConverter.isArray(arByte)); in test_isArray()
877 assure("", AnyConverter.isArray(anyArByte)); in test_isArray()
878 assure("", !AnyConverter.isArray(new Object())); in test_isArray()
882 assure("", AnyConverter.isVoid(anyVoid)); in test_isVoid()
883 assure("", !AnyConverter.isVoid(new Object())); in test_isVoid()