Home | History | Annotate | Download | only in reflect

Lines Matching refs:thrown

40     // to be thrown. This version has been validated to pass on a standard
200 boolean thrown = false;
207 thrown = true;
209 assertTrue("IllegalAccessException expected but not thrown", thrown);
218 thrown = false;
225 thrown = true;
227 assertTrue("IllegalArgumentException expected but not thrown", thrown);
230 thrown = false;
234 fail("Expected NullPointerException not thrown");
237 thrown = true;
239 assertTrue("NullPointerException expected but not thrown", thrown);
242 thrown = false;
246 assertTrue("Exception thrown", true);
432 // It will also test if IllegalArgumentException is thrown when the
434 // IllegalAccessException is thrown when trying to access an
436 thrown for
586 boolean thrown = false;
590 fail("IllegalArgumentException expected but not thrown");
592 thrown = true;
594 fail("IllegalArgumentException expected but not thrown");
596 assertTrue("IllegalArgumentException expected but not thrown", thrown);
598 thrown = false;
602 fail("IllegalAccessException expected but not thrown");
604 thrown = true;
606 fail("IllegalAccessException expected but not thrown"
609 assertTrue("IllegalAccessException expected but not thrown", thrown);
612 thrown = false;
616 fail("NullPointerException expected but not thrown");
618 thrown = true;
620 fail("NullPointerException expected but not thrown");
622 assertTrue("NullPointerException expected but not thrown", thrown);
625 thrown = false;
653 boolean thrown = false;
657 fail("IllegalArgumentException expected but not thrown");
659 thrown = true;
661 fail("IllegalArgumentException expected but not thrown");
663 assertTrue("IllegalArgumentException expected but not thrown", thrown);
665 thrown = false;
669 fail("IllegalAccessException expected but not thrown");
671 thrown = true;
673 fail("IllegalAccessException expected but not thrown"
676 assertTrue("IllegalAccessException expected but not thrown", thrown);
679 thrown = false;
683 fail("NullPointerException expected but not thrown");
685 thrown = true;
687 fail("NullPointerException expected but not thrown");
689 assertTrue("NullPointerException expected but not thrown", thrown);
692 thrown = false;
719 boolean thrown = false;
723 fail("IllegalArgumentException expected but not thrown");
725 thrown = true;
727 fail("IllegalArgumentException expected but not thrown");
729 assertTrue("IllegalArgumentException expected but not thrown", thrown);
731 thrown = false;
735 fail("IllegalAccessException expected but not thrown");
737 thrown = true;
739 fail("IllegalAccessException expected but not thrown"
742 assertTrue("IllegalAccessException expected but not thrown", thrown);
745 thrown = false;
749 fail("NullPointerException expected but not thrown");
751 thrown = true;
753 fail("NullPointerException expected but not thrown");
755 assertTrue("NullPointerException expected but not thrown", thrown);
758 thrown = false;
809 boolean thrown = false;
813 fail("IllegalArgumentException expected but not thrown");
815 thrown = true;
817 fail("IllegalArgumentException expected but not thrown "
820 assertTrue("IllegalArgumentException expected but not thrown", thrown);
822 thrown = false;
826 fail("IllegalAccessException expected but not thrown");
828 thrown = true;
830 fail("IllegalAccessException expected but not thrown"
833 assertTrue("IllegalAccessException expected but not thrown", thrown);
836 thrown = false;
840 fail("NullPointerException expected but not thrown");
842 thrown = true;
844 thrown");
846 assertTrue("NullPointerException expected but not thrown", thrown);
849 thrown = false;
877 boolean thrown = false;
881 fail("IllegalArgumentException expected but not thrown");
883 thrown = true;
885 fail("IllegalArgumentException expected but not thrown "
888 assertTrue("IllegalArgumentException expected but not thrown", thrown);
890 thrown = false;
894 fail("IllegalAccessException expected but not thrown");
896 thrown = true;
898 fail("IllegalAccessException expected but not thrown"
901 assertTrue("IllegalAccessException expected but not thrown", thrown);
904 thrown = false;
908 fail("NullPointerException expected but not thrown");
910 thrown = true;
912 fail("NullPointerException expected but not thrown");
914 assertTrue("NullPointerException expected but not thrown", thrown);
917 thrown = false;
944 boolean thrown = false;
948 fail("IllegalArgumentException expected but not thrown");
950 thrown = true;
952 fail("IllegalArgumentException expected but not thrown "
955 assertTrue("IllegalArgumentException expected but not thrown", thrown);
957 thrown = false;
961 fail("IllegalAccessException expected but not thrown");
963 thrown = true;
965 fail("IllegalAccessException expected but not thrown"
968 assertTrue("IllegalAccessException expected but not thrown", thrown);
971 thrown = false;
975 fail("NullPointerException expected but not thrown");
977 thrown = true;
979 fail("NullPointerException expected but not thrown");
981 assertTrue("NullPointerException expected but not thrown", thrown);
984 thrown = false;
1011 boolean thrown = false;
1015 fail("IllegalArgumentException expected but not thrown");
1017 thrown = true;
1019 fail("IllegalArgumentException expected but not thrown "
1022 assertTrue("IllegalArgumentException expected but not thrown", thrown);
1024 thrown = false;
1028 fail("IllegalAccessException expected but not thrown");
1030 thrown = true;
1032 fail("IllegalAccessException expected but not thrown"
1035 assertTrue("IllegalAccessException expected but not thrown", thrown);
1038 thrown = false;
1042 fail("NullPointerException expected but not thrown");
1044 thrown = true;
1046 fail("NullPointerException expected but not thrown");
1048 assertTrue("NullPointerException expected but not thrown", thrown);
1051 thrown = false;
1116 boolean thrown = false;
1120 fail("IllegalArgumentException expected but not thrown");
1122 thrown = true;
1124 fail("IllegalArgumentException expected but not thrown "
1127 assertTrue("IllegalArgumentException expected but not thrown", thrown);
1129 thrown = false;
1133 fail("IllegalAccessException expected but not thrown");
1135 thrown = true;
1137 fail("IllegalAccessException expected but not thrown"
1140 assertTrue("IllegalAccessException expected but not thrown", thrown);
1143 thrown = false;
1147 fail("NullPointerException expected but not thrown");
1149 thrown = true;
1151 fail("NullPointerException expected but not thrown");
1153 assertTrue("NullPointerException expected but not thrown", thrown);
1156 thrown = false;
1201 boolean thrown = false;
1207 thrown = true;
1209 assertTrue("IllegalArgumentException expected but not thrown", thrown);
1212 thrown = false;
1219 thrown = true;
1221 assertTrue("IllegalAccessException expected but not thrown", thrown);
1224 thrown = false;
1228 fail("NullPointerException expected but not thrown");
1230 thrown = true;
1232 fail("NullPointerException expected but not thrown");
1234 assertTrue("NullPointerException expected but not thrown", thrown);
1262 boolean thrown = false;
1268 thrown = true;
1270 assertTrue("IllegalArgumentException expected but not thrown", thrown);
1273 thrown = false;
1280 thrown = true;
1282 assertTrue("IllegalAccessException expected but not thrown", thrown);
1285 thrown = false;
1289 fail("NullPointerException expected but not thrown");
1291 thrown = true;
1293 fail("NullPointerException expected but not thrown");
1295 assertTrue("NullPointerException expected but not thrown", thrown);
1323 boolean thrown = false;
1329 thrown = true;
1331 assertTrue("IllegalArgumentException expected but not thrown", thrown);
1334 thrown = false;
1341 thrown = true;
1343 assertTrue("IllegalAccessException expected but not thrown", thrown);
1346 thrown = false;
1350 fail("NullPointerException expected but not thrown");
1352 thrown = true;
1354 fail("NullPointerException expected but not thrown");
1356 assertTrue("NullPointerException expected but not thrown", thrown);
1385 boolean thrown = false;
1391 thrown = true;
1393 assertTrue("IllegalArgumentException expected but not thrown", thrown);
1396 thrown = false;
1403 thrown = true;
1405 assertTrue("IllegalAccessException expected but not thrown", thrown);
1408 thrown = false;
1412 fail("NullPointerException expected but not thrown");
1414 thrown = true;
1416 fail("NullPointerException expected but not thrown");
1418 assertTrue("NullPointerException expected but not thrown", thrown);
1448 boolean thrown = false;
1454 thrown = true;
1456 assertTrue("IllegalArgumentException expected but not thrown", thrown);
1459 thrown = false;
1466 thrown = true;
1468 assertTrue("IllegalAccessException expected but not thrown", thrown);
1471 thrown = false;
1475 fail("NullPointerException expected but not thrown");
1477 thrown = true;
1479 fail("NullPointerException expected but not thrown");
1481 assertTrue("NullPointerException expected but not thrown", thrown);
1511 boolean thrown = false;
1517 thrown = true;
1519 assertTrue("IllegalArgumentException expected but not thrown", thrown);
1522 thrown = false;
1529 thrown = true;
1531 assertTrue("IllegalAccessException expected but not thrown", thrown);
1534 thrown = false;
1538 fail("NullPointerException expected but not thrown");
1540 thrown = true;
1542 fail("NullPointerException expected but not thrown");
1544 assertTrue("NullPointerException expected but not thrown", thrown);
1574 boolean thrown = false;
1580 thrown = true;
1582 assertTrue("IllegalArgumentException expected but not thrown", thrown);
1585 thrown = false;
1592 thrown = true;
1594 assertTrue("IllegalAccessException expected but not thrown", thrown);
1597 thrown = false;
1601 fail("NullPointerException expected but not thrown");
1603 thrown = true;
1605 fail("NullPointerException expected but not thrown");
1607 assertTrue("NullPointerException expected but not thrown", thrown);
1636 boolean thrown = false;
1642 thrown = true;
1644 assertTrue("IllegalArgumentException expected but not thrown", thrown);
1647 thrown = false;
1654 thrown = true;
1656 assertTrue("IllegalAccessException expected but not thrown", thrown);
1659 thrown = false;
1663 fail("NullPointerException expected but not thrown");
1665 thrown = true;
1667 fail("NullPointerException expected but not thrown");
1669 assertTrue("NullPointerException expected but not thrown", thrown);
1699 boolean thrown = false;
1705 thrown = true;
1707 assertTrue("IllegalArgumentException expected but not thrown", thrown);
1710 thrown = false;
1717 thrown = true;
1719 assertTrue("IllegalAccessException expected but not thrown", thrown);
1722 thrown = false;
1726 fail("NullPointerException expected but not thrown");
1728 thrown = true;
1730 fail("NullPointerException expected but not thrown");
1732 assertTrue("NullPointerException expected but not thrown", thrown);