This file is indexed.

/usr/share/doc/junit4/api/index-all.html is in junit4-doc 4.11-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_21) on Thu May 23 12:40:28 UTC 2013 -->
<title>Index (JUnit 4.11 API)</title>
<meta name="date" content="2013-05-23">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index (JUnit 4.11 API)";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a name="_A_">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="strong"><a href="./org/junit/runner/Request.html#aClass(java.lang.Class)">aClass(Class&lt;?&gt;)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/Request.html" title="class in org.junit.runner">Request</a></dt>
<dd>
<div class="block">Create a <code>Request</code> that, when processed, will run all the tests
 in a class.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#addChild(org.junit.runner.Description)">addChild(Description)</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>
<div class="block">Add <code>Description</code> as a child of the receiver.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/ErrorCollector.html#addError(java.lang.Throwable)">addError(Throwable)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ErrorCollector.html" title="class in org.junit.rules">ErrorCollector</a></dt>
<dd>
<div class="block">Adds a Throwable to the table.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunNotifier.html#addFirstListener(org.junit.runner.notification.RunListener)">addFirstListener(RunListener)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunNotifier.html" title="class in org.junit.runner.notification">RunNotifier</a></dt>
<dd>
<div class="block">Internal use only.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/JUnitCore.html#addListener(org.junit.runner.notification.RunListener)">addListener(RunListener)</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/JUnitCore.html" title="class in org.junit.runner">JUnitCore</a></dt>
<dd>
<div class="block">Add a listener to be notified as the tests run.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunNotifier.html#addListener(org.junit.runner.notification.RunListener)">addListener(RunListener)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunNotifier.html" title="class in org.junit.runner.notification">RunNotifier</a></dt>
<dd>
<div class="block">Internal use only</div>
</dd>
<dt><a href="./org/junit/After.html" title="annotation in org.junit"><span class="strong">After</span></a> - Annotation Type in <a href="./org/junit/package-summary.html">org.junit</a></dt>
<dd>
<div class="block">If you allocate external resources in a <a href="./org/junit/Before.html" title="annotation in org.junit"><code>Before</code></a> method you need to release them
 after the test runs.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/ExternalResource.html#after()">after()</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ExternalResource.html" title="class in org.junit.rules">ExternalResource</a></dt>
<dd>
<div class="block">Override to tear down your specific external resource.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TemporaryFolder.html#after()">after()</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TemporaryFolder.html" title="class in org.junit.rules">TemporaryFolder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/AfterClass.html" title="annotation in org.junit"><span class="strong">AfterClass</span></a> - Annotation Type in <a href="./org/junit/package-summary.html">org.junit</a></dt>
<dd>
<div class="block">If you allocate expensive external resources in a <a href="./org/junit/BeforeClass.html" title="annotation in org.junit"><code>BeforeClass</code></a> method you need to release them
 after all the tests in the class have run.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/manipulation/Filter.html#ALL">ALL</a></span> - Static variable in class org.junit.runner.manipulation.<a href="./org/junit/runner/manipulation/Filter.html" title="class in org.junit.runner.manipulation">Filter</a></dt>
<dd>
<div class="block">A null <code>Filter</code> that passes all tests through.</div>
</dd>
<dt><a href="./org/junit/runners/AllTests.html" title="class in org.junit.runners"><span class="strong">AllTests</span></a> - Class in <a href="./org/junit/runners/package-summary.html">org.junit.runners</a></dt>
<dd>
<div class="block">Runner for use with JUnit 3.8.x-style AllTests classes
 (those that only implement a static <code>suite()</code>
 method).</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/AllTests.html#AllTests(java.lang.Class)">AllTests(Class&lt;?&gt;)</a></span> - Constructor for class org.junit.runners.<a href="./org/junit/runners/AllTests.html" title="class in org.junit.runners">AllTests</a></dt>
<dd>
<div class="block">Only called reflectively.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/ExpectedException.html#apply(org.junit.runners.model.Statement, org.junit.runner.Description)">apply(Statement, Description)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ExpectedException.html" title="class in org.junit.rules">ExpectedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/rules/ExternalResource.html#apply(org.junit.runners.model.Statement, org.junit.runner.Description)">apply(Statement, Description)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ExternalResource.html" title="class in org.junit.rules">ExternalResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/rules/MethodRule.html#apply(org.junit.runners.model.Statement, org.junit.runners.model.FrameworkMethod, java.lang.Object)">apply(Statement, FrameworkMethod, Object)</a></span> - Method in interface org.junit.rules.<a href="./org/junit/rules/MethodRule.html" title="interface in org.junit.rules">MethodRule</a></dt>
<dd>
<div class="block">Modifies the method-running <a href="./org/junit/runners/model/Statement.html" title="class in org.junit.runners.model"><code>Statement</code></a> to implement an additional
 test-running rule.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/RuleChain.html#apply(org.junit.runners.model.Statement, org.junit.runner.Description)">apply(Statement, Description)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/RuleChain.html" title="class in org.junit.rules">RuleChain</a></dt>
<dd>
<div class="block">Modifies the method-running <a href="./org/junit/runners/model/Statement.html" title="class in org.junit.runners.model"><code>Statement</code></a> to implement this
 test-running rule.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestRule.html#apply(org.junit.runners.model.Statement, org.junit.runner.Description)">apply(Statement, Description)</a></span> - Method in interface org.junit.rules.<a href="./org/junit/rules/TestRule.html" title="interface in org.junit.rules">TestRule</a></dt>
<dd>
<div class="block">Modifies the method-running <a href="./org/junit/runners/model/Statement.html" title="class in org.junit.runners.model"><code>Statement</code></a> to implement this
 test-running rule.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestWatcher.html#apply(org.junit.runners.model.Statement, org.junit.runner.Description)">apply(Statement, Description)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TestWatcher.html" title="class in org.junit.rules">TestWatcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestWatchman.html#apply(org.junit.runners.model.Statement, org.junit.runners.model.FrameworkMethod, java.lang.Object)">apply(Statement, FrameworkMethod, Object)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TestWatchman.html" title="class in org.junit.rules">TestWatchman</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/rules/Timeout.html#apply(org.junit.runners.model.Statement, org.junit.runner.Description)">apply(Statement, Description)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/Timeout.html" title="class in org.junit.rules">Timeout</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/rules/Verifier.html#apply(org.junit.runners.model.Statement, org.junit.runner.Description)">apply(Statement, Description)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/Verifier.html" title="class in org.junit.rules">Verifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/manipulation/Filter.html#apply(java.lang.Object)">apply(Object)</a></span> - Method in class org.junit.runner.manipulation.<a href="./org/junit/runner/manipulation/Filter.html" title="class in org.junit.runner.manipulation">Filter</a></dt>
<dd>
<div class="block">Invoke with a <a href="./org/junit/runner/Runner.html" title="class in org.junit.runner"><code>Runner</code></a> to cause all tests it intends to run
 to first be checked with the filter.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/manipulation/Sorter.html#apply(java.lang.Object)">apply(Object)</a></span> - Method in class org.junit.runner.manipulation.<a href="./org/junit/runner/manipulation/Sorter.html" title="class in org.junit.runner.manipulation">Sorter</a></dt>
<dd>
<div class="block">Sorts the test in <code>runner</code> using <code>comparator</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/RuleChain.html#around(org.junit.rules.TestRule)">around(TestRule)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/RuleChain.html" title="class in org.junit.rules">RuleChain</a></dt>
<dd>
<div class="block">Create a new <code>RuleChain</code>, which encloses the <code>nextRule</code> with
 the rules of the current <code>RuleChain</code>.</div>
</dd>
<dt><a href="./org/junit/Assert.html" title="class in org.junit"><span class="strong">Assert</span></a> - Class in <a href="./org/junit/package-summary.html">org.junit</a></dt>
<dd>
<div class="block">A set of assertion methods useful for writing tests.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#Assert()">Assert()</a></span> - Constructor for class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Protect constructor since it is a static only class</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(java.lang.String, java.lang.Object[], java.lang.Object[])">assertArrayEquals(String, Object[], Object[])</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two object arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(java.lang.Object[], java.lang.Object[])">assertArrayEquals(Object[], Object[])</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two object arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(java.lang.String, byte[], byte[])">assertArrayEquals(String, byte[], byte[])</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two byte arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(byte[], byte[])">assertArrayEquals(byte[], byte[])</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two byte arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(java.lang.String, char[], char[])">assertArrayEquals(String, char[], char[])</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two char arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(char[], char[])">assertArrayEquals(char[], char[])</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two char arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(java.lang.String, short[], short[])">assertArrayEquals(String, short[], short[])</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two short arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(short[], short[])">assertArrayEquals(short[], short[])</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two short arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(java.lang.String, int[], int[])">assertArrayEquals(String, int[], int[])</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two int arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(int[], int[])">assertArrayEquals(int[], int[])</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two int arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(java.lang.String, long[], long[])">assertArrayEquals(String, long[], long[])</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two long arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(long[], long[])">assertArrayEquals(long[], long[])</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two long arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(java.lang.String, double[], double[], double)">assertArrayEquals(String, double[], double[], double)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two double arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(double[], double[], double)">assertArrayEquals(double[], double[], double)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two double arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(java.lang.String, float[], float[], float)">assertArrayEquals(String, float[], float[], float)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two float arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertArrayEquals(float[], float[], float)">assertArrayEquals(float[], float[], float)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two float arrays are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/MultipleFailureException.html#assertEmpty(java.util.List)">assertEmpty(List&lt;Throwable&gt;)</a></span> - Static method in exception org.junit.runners.model.<a href="./org/junit/runners/model/MultipleFailureException.html" title="class in org.junit.runners.model">MultipleFailureException</a></dt>
<dd>
<div class="block">Asserts that a list of throwables is empty.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertEquals(java.lang.String, java.lang.Object, java.lang.Object)">assertEquals(String, Object, Object)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two objects are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertEquals(java.lang.Object, java.lang.Object)">assertEquals(Object, Object)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two objects are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertEquals(java.lang.String, double, double, double)">assertEquals(String, double, double, double)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two doubles are equal to within a positive delta.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertEquals(java.lang.String, float, float, float)">assertEquals(String, float, float, float)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two floats are equal to within a positive delta.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertEquals(long, long)">assertEquals(long, long)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two longs are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertEquals(java.lang.String, long, long)">assertEquals(String, long, long)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two longs are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertEquals(double, double)">assertEquals(double, double)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use
             <code>assertEquals(double expected, double actual, double delta)</code>
             instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertEquals(java.lang.String, double, double)">assertEquals(String, double, double)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use
             <code>assertEquals(String message, double expected, double actual, double delta)</code>
             instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertEquals(double, double, double)">assertEquals(double, double, double)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two doubles are equal to within a positive delta.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertEquals(float, float, float)">assertEquals(float, float, float)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two floats are equal to within a positive delta.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertEquals(java.lang.String, java.lang.Object[], java.lang.Object[])">assertEquals(String, Object[], Object[])</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use assertArrayEquals</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertEquals(java.lang.Object[], java.lang.Object[])">assertEquals(Object[], Object[])</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use assertArrayEquals</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertFalse(java.lang.String, boolean)">assertFalse(String, boolean)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that a condition is false.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertFalse(boolean)">assertFalse(boolean)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that a condition is false.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertNotEquals(java.lang.String, java.lang.Object, java.lang.Object)">assertNotEquals(String, Object, Object)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two objects are <b>not</b> equals.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertNotEquals(java.lang.Object, java.lang.Object)">assertNotEquals(Object, Object)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two objects are <b>not</b> equals.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertNotEquals(java.lang.String, long, long)">assertNotEquals(String, long, long)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two longs are <b>not</b> equals.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertNotEquals(long, long)">assertNotEquals(long, long)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two longs are <b>not</b> equals.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertNotEquals(java.lang.String, double, double, double)">assertNotEquals(String, double, double, double)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two doubles or floats are <b>not</b> equal to within a positive delta.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertNotEquals(double, double, double)">assertNotEquals(double, double, double)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two doubles or floats are <b>not</b> equal to within a positive delta.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertNotNull(java.lang.String, java.lang.Object)">assertNotNull(String, Object)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that an object isn't null.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertNotNull(java.lang.Object)">assertNotNull(Object)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that an object isn't null.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertNotSame(java.lang.String, java.lang.Object, java.lang.Object)">assertNotSame(String, Object, Object)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two objects do not refer to the same object.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertNotSame(java.lang.Object, java.lang.Object)">assertNotSame(Object, Object)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two objects do not refer to the same object.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertNull(java.lang.String, java.lang.Object)">assertNull(String, Object)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that an object is null.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertNull(java.lang.Object)">assertNull(Object)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that an object is null.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertSame(java.lang.String, java.lang.Object, java.lang.Object)">assertSame(String, Object, Object)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two objects refer to the same object.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertSame(java.lang.Object, java.lang.Object)">assertSame(Object, Object)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that two objects refer to the same object.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertThat(T, org.hamcrest.Matcher)">assertThat(T, Matcher&lt;? super T&gt;)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that <code>actual</code> satisfies the condition specified by
 <code>matcher</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertThat(java.lang.String, T, org.hamcrest.Matcher)">assertThat(String, T, Matcher&lt;? super T&gt;)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that <code>actual</code> satisfies the condition specified by
 <code>matcher</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertTrue(java.lang.String, boolean)">assertTrue(String, boolean)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that a condition is true.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#assertTrue(boolean)">assertTrue(boolean)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Asserts that a condition is true.</div>
</dd>
<dt><a href="./org/junit/Assume.html" title="class in org.junit"><span class="strong">Assume</span></a> - Class in <a href="./org/junit/package-summary.html">org.junit</a></dt>
<dd>
<div class="block">A set of methods useful for stating assumptions about the conditions in which a test is meaningful.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assume.html#Assume()">Assume()</a></span> - Constructor for class org.junit.<a href="./org/junit/Assume.html" title="class in org.junit">Assume</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/Assume.html#assumeFalse(boolean)">assumeFalse(boolean)</a></span> - Static method in class org.junit.<a href="./org/junit/Assume.html" title="class in org.junit">Assume</a></dt>
<dd>
<div class="block">The inverse of <a href="./org/junit/Assume.html#assumeTrue(boolean)"><code>Assume.assumeTrue(boolean)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assume.html#assumeFalse(java.lang.String, boolean)">assumeFalse(String, boolean)</a></span> - Static method in class org.junit.<a href="./org/junit/Assume.html" title="class in org.junit">Assume</a></dt>
<dd>
<div class="block">The inverse of <a href="./org/junit/Assume.html#assumeTrue(java.lang.String, boolean)"><code>Assume.assumeTrue(String, boolean)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assume.html#assumeNoException(java.lang.Throwable)">assumeNoException(Throwable)</a></span> - Static method in class org.junit.<a href="./org/junit/Assume.html" title="class in org.junit">Assume</a></dt>
<dd>
<div class="block">Use to assume that an operation completes normally.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assume.html#assumeNoException(java.lang.String, java.lang.Throwable)">assumeNoException(String, Throwable)</a></span> - Static method in class org.junit.<a href="./org/junit/Assume.html" title="class in org.junit">Assume</a></dt>
<dd>
<div class="block">Attempts to halt the test and ignore it if Throwable <code>t</code> is
 not <code>null</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assume.html#assumeNotNull(java.lang.Object...)">assumeNotNull(Object...)</a></span> - Static method in class org.junit.<a href="./org/junit/Assume.html" title="class in org.junit">Assume</a></dt>
<dd>
<div class="block">If called with one or more null elements in <code>objects</code>, the test will halt and be ignored.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assume.html#assumeThat(T, org.hamcrest.Matcher)">assumeThat(T, Matcher&lt;T&gt;)</a></span> - Static method in class org.junit.<a href="./org/junit/Assume.html" title="class in org.junit">Assume</a></dt>
<dd>
<div class="block">Call to assume that <code>actual</code> satisfies the condition specified by <code>matcher</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assume.html#assumeThat(java.lang.String, T, org.hamcrest.Matcher)">assumeThat(String, T, Matcher&lt;T&gt;)</a></span> - Static method in class org.junit.<a href="./org/junit/Assume.html" title="class in org.junit">Assume</a></dt>
<dd>
<div class="block">Call to assume that <code>actual</code> satisfies the condition specified by <code>matcher</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assume.html#assumeTrue(boolean)">assumeTrue(boolean)</a></span> - Static method in class org.junit.<a href="./org/junit/Assume.html" title="class in org.junit">Assume</a></dt>
<dd>
<div class="block">If called with an expression evaluating to <code>false</code>, the test will halt and be ignored.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assume.html#assumeTrue(java.lang.String, boolean)">assumeTrue(String, boolean)</a></span> - Static method in class org.junit.<a href="./org/junit/Assume.html" title="class in org.junit">Assume</a></dt>
<dd>
<div class="block">If called with an expression evaluating to <code>false</code>, the test will halt and be ignored.</div>
</dd>
</dl>
<a name="_B_">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="./org/junit/Before.html" title="annotation in org.junit"><span class="strong">Before</span></a> - Annotation Type in <a href="./org/junit/package-summary.html">org.junit</a></dt>
<dd>
<div class="block">When writing tests, it is common to find that several tests need similar
 objects created before they can run.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/ExternalResource.html#before()">before()</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ExternalResource.html" title="class in org.junit.rules">ExternalResource</a></dt>
<dd>
<div class="block">Override to set up your specific external resource.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TemporaryFolder.html#before()">before()</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TemporaryFolder.html" title="class in org.junit.rules">TemporaryFolder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/BeforeClass.html" title="annotation in org.junit"><span class="strong">BeforeClass</span></a> - Annotation Type in <a href="./org/junit/package-summary.html">org.junit</a></dt>
<dd>
<div class="block">Sometimes several tests need to share computationally expensive setup
 (like logging into a database).</div>
</dd>
<dt><a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners"><span class="strong">BlockJUnit4ClassRunner</span></a> - Class in <a href="./org/junit/runners/package-summary.html">org.junit.runners</a></dt>
<dd>
<div class="block">Implements the JUnit 4 standard test case class model, as defined by the
 annotations in the org.junit package.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#BlockJUnit4ClassRunner(java.lang.Class)">BlockJUnit4ClassRunner(Class&lt;?&gt;)</a></span> - Constructor for class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>
<div class="block">Creates a BlockJUnit4ClassRunner to run <code>klass</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/matchers/JUnitMatchers.html#both(org.hamcrest.Matcher)">both(Matcher&lt;? super T&gt;)</a></span> - Static method in class org.junit.matchers.<a href="./org/junit/matchers/JUnitMatchers.html" title="class in org.junit.matchers">JUnitMatchers</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Please use <a href="/usr/share/doc/libhamcrest-java/api/org/hamcrest/CoreMatchers.html?is-external=true#both(org.hamcrest.Matcher)" title="class or interface in org.hamcrest"><code>CoreMatchers.both(Matcher)</code></a> instead.</i></div>
</div>
</dd>
</dl>
<a name="_C_">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./org/junit/experimental/theories/ParameterSignature.html#canAcceptArrayType(java.lang.Class)">canAcceptArrayType(Class&lt;?&gt;)</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/ParameterSignature.html" title="class in org.junit.experimental.theories">ParameterSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/ParameterSignature.html#canAcceptType(java.lang.Class)">canAcceptType(Class&lt;?&gt;)</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/ParameterSignature.html" title="class in org.junit.experimental.theories">ParameterSignature</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/categories/Categories.html" title="class in org.junit.experimental.categories"><span class="strong">Categories</span></a> - Class in <a href="./org/junit/experimental/categories/package-summary.html">org.junit.experimental.categories</a></dt>
<dd>
<div class="block">From a given set of test classes, runs only the classes and methods that are
 annotated with either the category given with the @IncludeCategory
 annotation, or a subtype of that category.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/categories/Categories.html#Categories(java.lang.Class, org.junit.runners.model.RunnerBuilder)">Categories(Class&lt;?&gt;, RunnerBuilder)</a></span> - Constructor for class org.junit.experimental.categories.<a href="./org/junit/experimental/categories/Categories.html" title="class in org.junit.experimental.categories">Categories</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/categories/Categories.CategoryFilter.html" title="class in org.junit.experimental.categories"><span class="strong">Categories.CategoryFilter</span></a> - Class in <a href="./org/junit/experimental/categories/package-summary.html">org.junit.experimental.categories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/categories/Categories.CategoryFilter.html#Categories.CategoryFilter(java.lang.Class, java.lang.Class)">Categories.CategoryFilter(Class&lt;?&gt;, Class&lt;?&gt;)</a></span> - Constructor for class org.junit.experimental.categories.<a href="./org/junit/experimental/categories/Categories.CategoryFilter.html" title="class in org.junit.experimental.categories">Categories.CategoryFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/categories/Categories.ExcludeCategory.html" title="annotation in org.junit.experimental.categories"><span class="strong">Categories.ExcludeCategory</span></a> - Annotation Type in <a href="./org/junit/experimental/categories/package-summary.html">org.junit.experimental.categories</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/categories/Categories.IncludeCategory.html" title="annotation in org.junit.experimental.categories"><span class="strong">Categories.IncludeCategory</span></a> - Annotation Type in <a href="./org/junit/experimental/categories/package-summary.html">org.junit.experimental.categories</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/categories/Category.html" title="annotation in org.junit.experimental.categories"><span class="strong">Category</span></a> - Annotation Type in <a href="./org/junit/experimental/categories/package-summary.html">org.junit.experimental.categories</a></dt>
<dd>
<div class="block">Marks a test class or test method as belonging to one or more categories of tests.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/ErrorCollector.html#checkSucceeds(java.util.concurrent.Callable)">checkSucceeds(Callable&lt;Object&gt;)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ErrorCollector.html" title="class in org.junit.rules">ErrorCollector</a></dt>
<dd>
<div class="block">Adds to the table the exception, if any, thrown from <code>callable</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/ErrorCollector.html#checkThat(T, org.hamcrest.Matcher)">checkThat(T, Matcher&lt;T&gt;)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ErrorCollector.html" title="class in org.junit.rules">ErrorCollector</a></dt>
<dd>
<div class="block">Adds a failure to the table if <code>matcher</code> does not match <code>value</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/ErrorCollector.html#checkThat(java.lang.String, T, org.hamcrest.Matcher)">checkThat(String, T, Matcher&lt;T&gt;)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ErrorCollector.html" title="class in org.junit.rules">ErrorCollector</a></dt>
<dd>
<div class="block">Adds a failure with the given <code>reason</code>
 to the table if <code>matcher</code> does not match <code>value</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#childlessCopy()">childlessCopy()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#childrenInvoker(org.junit.runner.notification.RunNotifier)">childrenInvoker(RunNotifier)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>
<div class="block">Returns a <a href="./org/junit/runners/model/Statement.html" title="class in org.junit.runners.model"><code>Statement</code></a>: Call <a href="./org/junit/runners/ParentRunner.html#runChild(T, org.junit.runner.notification.RunNotifier)"><code>ParentRunner.runChild(Object, RunNotifier)</code></a>
 on each object returned by <a href="./org/junit/runners/ParentRunner.html#getChildren()"><code>ParentRunner.getChildren()</code></a> (subject to any imposed
 filter and sort)</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#classBlock(org.junit.runner.notification.RunNotifier)">classBlock(RunNotifier)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>
<div class="block">Constructs a <code>Statement</code> to run all of the tests in the test class.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/ParallelComputer.html#classes()">classes()</a></span> - Static method in class org.junit.experimental.<a href="./org/junit/experimental/ParallelComputer.html" title="class in org.junit.experimental">ParallelComputer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Request.html#classes(org.junit.runner.Computer, java.lang.Class...)">classes(Computer, Class&lt;?&gt;...)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/Request.html" title="class in org.junit.runner">Request</a></dt>
<dd>
<div class="block">Create a <code>Request</code> that, when processed, will run all the tests
 in a set of classes.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Request.html#classes(java.lang.Class...)">classes(Class&lt;?&gt;...)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/Request.html" title="class in org.junit.runner">Request</a></dt>
<dd>
<div class="block">Create a <code>Request</code> that, when processed, will run all the tests
 in a set of classes with the default <code>Computer</code>.</div>
</dd>
<dt><a href="./org/junit/ClassRule.html" title="annotation in org.junit"><span class="strong">ClassRule</span></a> - Annotation Type in <a href="./org/junit/package-summary.html">org.junit</a></dt>
<dd>
<div class="block">Annotates static fields that reference rules or methods that return them.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#classRules()">classRules()</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Request.html#classWithoutSuiteMethod(java.lang.Class)">classWithoutSuiteMethod(Class&lt;?&gt;)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/Request.html" title="class in org.junit.runner">Request</a></dt>
<dd>
<div class="block">Create a <code>Request</code> that, when processed, will run all the tests
 in a class.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/Theories.html#collectInitializationErrors(java.util.List)">collectInitializationErrors(List&lt;Throwable&gt;)</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/Theories.html" title="class in org.junit.experimental.theories">Theories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#collectInitializationErrors(java.util.List)">collectInitializationErrors(List&lt;Throwable&gt;)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#collectInitializationErrors(java.util.List)">collectInitializationErrors(List&lt;Throwable&gt;)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>
<div class="block">Adds to <code>errors</code> a throwable for each problem noted with the test class (available from <a href="./org/junit/runners/ParentRunner.html#getTestClass()"><code>ParentRunner.getTestClass()</code></a>).</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/manipulation/Sorter.html#compare(org.junit.runner.Description, org.junit.runner.Description)">compare(Description, Description)</a></span> - Method in class org.junit.runner.manipulation.<a href="./org/junit/runner/manipulation/Sorter.html" title="class in org.junit.runner.manipulation">Sorter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/ComparisonFailure.html" title="class in org.junit"><span class="strong">ComparisonFailure</span></a> - Error in <a href="./org/junit/package-summary.html">org.junit</a></dt>
<dd>
<div class="block">Thrown when an <a href="./org/junit/Assert.html#assertEquals(java.lang.Object, java.lang.Object)"><code>assertEquals(String, String)</code></a> fails.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/ComparisonFailure.html#ComparisonFailure(java.lang.String, java.lang.String, java.lang.String)">ComparisonFailure(String, String, String)</a></span> - Constructor for error org.junit.<a href="./org/junit/ComparisonFailure.html" title="class in org.junit">ComparisonFailure</a></dt>
<dd>
<div class="block">Constructs a comparison failure.</div>
</dd>
<dt><a href="./org/junit/runner/Computer.html" title="class in org.junit.runner"><span class="strong">Computer</span></a> - Class in <a href="./org/junit/runner/package-summary.html">org.junit.runner</a></dt>
<dd>
<div class="block">Represents a strategy for computing runners and suites.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Computer.html#Computer()">Computer()</a></span> - Constructor for class org.junit.runner.<a href="./org/junit/runner/Computer.html" title="class in org.junit.runner">Computer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/Theories.html#computeTestMethods()">computeTestMethods()</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/Theories.html" title="class in org.junit.experimental.theories">Theories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#computeTestMethods()">computeTestMethods()</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>
<div class="block">Returns the methods that run tests.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/matchers/JUnitMatchers.html#containsString(java.lang.String)">containsString(String)</a></span> - Static method in class org.junit.matchers.<a href="./org/junit/matchers/JUnitMatchers.html" title="class in org.junit.matchers">JUnitMatchers</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Please use <a href="/usr/share/doc/libhamcrest-java/api/org/hamcrest/CoreMatchers.html?is-external=true#containsString(java.lang.String)" title="class or interface in org.hamcrest"><code>CoreMatchers.containsString(String)</code></a> instead.</i></div>
</div>
</dd>
<dt><a href="./org/junit/experimental/max/CouldNotReadCoreException.html" title="class in org.junit.experimental.max"><span class="strong">CouldNotReadCoreException</span></a> - Exception in <a href="./org/junit/experimental/max/package-summary.html">org.junit.experimental.max</a></dt>
<dd>
<div class="block">Thrown when Max cannot read the MaxCore serialization</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/max/CouldNotReadCoreException.html#CouldNotReadCoreException(java.lang.Throwable)">CouldNotReadCoreException(Throwable)</a></span> - Constructor for exception org.junit.experimental.max.<a href="./org/junit/experimental/max/CouldNotReadCoreException.html" title="class in org.junit.experimental.max">CouldNotReadCoreException</a></dt>
<dd>
<div class="block">Constructs</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TemporaryFolder.html#create()">create()</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TemporaryFolder.html" title="class in org.junit.rules">TemporaryFolder</a></dt>
<dd>
<div class="block">for testing purposes only.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Result.html#createListener()">createListener()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Result.html" title="class in org.junit.runner">Result</a></dt>
<dd>
<div class="block">Internal use only.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#createSuiteDescription(java.lang.String, java.lang.annotation.Annotation...)">createSuiteDescription(String, Annotation...)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>
<div class="block">Create a <code>Description</code> named <code>name</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#createSuiteDescription(java.lang.String, java.io.Serializable, java.lang.annotation.Annotation...)">createSuiteDescription(String, Serializable, Annotation...)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>
<div class="block">Create a <code>Description</code> named <code>name</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#createSuiteDescription(java.lang.Class)">createSuiteDescription(Class&lt;?&gt;)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>
<div class="block">Create a <code>Description</code> named after <code>testClass</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#createTest()">createTest()</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>
<div class="block">Returns a new fixture for running a test.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#createTestDescription(java.lang.String, java.lang.String, java.lang.annotation.Annotation...)">createTestDescription(String, String, Annotation...)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>
<div class="block">Create a <code>Description</code> of a single test named <code>name</code> in the 'class' named
 <code>className</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#createTestDescription(java.lang.Class, java.lang.String, java.lang.annotation.Annotation...)">createTestDescription(Class&lt;?&gt;, String, Annotation...)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>
<div class="block">Create a <code>Description</code> of a single test named <code>name</code> in the class <code>clazz</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#createTestDescription(java.lang.Class, java.lang.String)">createTestDescription(Class&lt;?&gt;, String)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>
<div class="block">Create a <code>Description</code> of a single test named <code>name</code> in the class <code>clazz</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#createTestDescription(java.lang.String, java.lang.String, java.io.Serializable)">createTestDescription(String, String, Serializable)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>
<div class="block">Create a <code>Description</code> of a single test named <code>name</code> in the class <code>clazz</code>.</div>
</dd>
</dl>
<a name="_D_">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="./org/junit/experimental/theories/DataPoint.html" title="annotation in org.junit.experimental.theories"><span class="strong">DataPoint</span></a> - Annotation Type in <a href="./org/junit/experimental/theories/package-summary.html">org.junit.experimental.theories</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/theories/DataPoints.html" title="annotation in org.junit.experimental.theories"><span class="strong">DataPoints</span></a> - Annotation Type in <a href="./org/junit/experimental/theories/package-summary.html">org.junit.experimental.theories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/rules/TemporaryFolder.html#delete()">delete()</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TemporaryFolder.html" title="class in org.junit.rules">TemporaryFolder</a></dt>
<dd>
<div class="block">Delete all files and folders under the temporary folder.</div>
</dd>
<dt><a href="./org/junit/runner/Describable.html" title="interface in org.junit.runner"><span class="strong">Describable</span></a> - Interface in <a href="./org/junit/runner/package-summary.html">org.junit.runner</a></dt>
<dd>
<div class="block">Represents an object that can describe itself</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/categories/Categories.CategoryFilter.html#describe()">describe()</a></span> - Method in class org.junit.experimental.categories.<a href="./org/junit/experimental/categories/Categories.CategoryFilter.html" title="class in org.junit.experimental.categories">Categories.CategoryFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/manipulation/Filter.html#describe()">describe()</a></span> - Method in class org.junit.runner.manipulation.<a href="./org/junit/runner/manipulation/Filter.html" title="class in org.junit.runner.manipulation">Filter</a></dt>
<dd>
<div class="block">Returns a textual description of this Filter</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#describeChild(org.junit.runners.model.FrameworkMethod)">describeChild(FrameworkMethod)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#describeChild(T)">describeChild(T)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>
<div class="block">Returns a <a href="./org/junit/runner/Description.html" title="class in org.junit.runner"><code>Description</code></a> for <code>child</code>, which can be assumed to
 be an element of the list returned by <a href="./org/junit/runners/ParentRunner.html#getChildren()"><code>ParentRunner.getChildren()</code></a></div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/Suite.html#describeChild(org.junit.runner.Runner)">describeChild(Runner)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/Suite.html" title="class in org.junit.runners">Suite</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runner/Description.html" title="class in org.junit.runner"><span class="strong">Description</span></a> - Class in <a href="./org/junit/runner/package-summary.html">org.junit.runner</a></dt>
<dd>
<div class="block">A <code>Description</code> describes a test which is to be run or has been run.</div>
</dd>
</dl>
<a name="_E_">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./org/junit/matchers/JUnitMatchers.html#either(org.hamcrest.Matcher)">either(Matcher&lt;? super T&gt;)</a></span> - Static method in class org.junit.matchers.<a href="./org/junit/matchers/JUnitMatchers.html" title="class in org.junit.matchers">JUnitMatchers</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Please use <a href="/usr/share/doc/libhamcrest-java/api/org/hamcrest/CoreMatchers.html?is-external=true#either(org.hamcrest.Matcher)" title="class or interface in org.hamcrest"><code>CoreMatchers.either(Matcher)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#EMPTY">EMPTY</a></span> - Static variable in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>
<div class="block">Describes a Runner which runs no tests</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/RuleChain.html#emptyRuleChain()">emptyRuleChain()</a></span> - Static method in class org.junit.rules.<a href="./org/junit/rules/RuleChain.html" title="class in org.junit.rules">RuleChain</a></dt>
<dd>
<div class="block">Returns a <code>RuleChain</code> without a <a href="./org/junit/rules/TestRule.html" title="interface in org.junit.rules"><code>TestRule</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/Suite.html#emptySuite()">emptySuite()</a></span> - Static method in class org.junit.runners.<a href="./org/junit/runners/Suite.html" title="class in org.junit.runners">Suite</a></dt>
<dd>
<div class="block">Returns an empty suite.</div>
</dd>
<dt><a href="./org/junit/experimental/runners/Enclosed.html" title="class in org.junit.experimental.runners"><span class="strong">Enclosed</span></a> - Class in <a href="./org/junit/experimental/runners/package-summary.html">org.junit.experimental.runners</a></dt>
<dd>
<div class="block">If you put tests in inner classes, Ant, for example, won't find them.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/runners/Enclosed.html#Enclosed(java.lang.Class, org.junit.runners.model.RunnerBuilder)">Enclosed(Class&lt;?&gt;, RunnerBuilder)</a></span> - Constructor for class org.junit.experimental.runners.<a href="./org/junit/experimental/runners/Enclosed.html" title="class in org.junit.experimental.runners">Enclosed</a></dt>
<dd>
<div class="block">Only called reflectively.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/rules/ErrorCollector.html" title="class in org.junit.rules"><span class="strong">ErrorCollector</span></a> - Class in <a href="./org/junit/rules/package-summary.html">org.junit.rules</a></dt>
<dd>
<div class="block">The ErrorCollector rule allows execution of a test to continue after the
 first problem is found (for example, to collect _all_ the incorrect rows in a
 table, and report them all at once):</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/ErrorCollector.html#ErrorCollector()">ErrorCollector()</a></span> - Constructor for class org.junit.rules.<a href="./org/junit/rules/ErrorCollector.html" title="class in org.junit.rules">ErrorCollector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Request.html#errorReport(java.lang.Class, java.lang.Throwable)">errorReport(Class&lt;?&gt;, Throwable)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/Request.html" title="class in org.junit.runner">Request</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html#evaluate()">evaluate()</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html" title="class in org.junit.experimental.theories">Theories.TheoryAnchor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/rules/RunRules.html#evaluate()">evaluate()</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/RunRules.html" title="class in org.junit.rules">RunRules</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/Statement.html#evaluate()">evaluate()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/Statement.html" title="class in org.junit.runners.model">Statement</a></dt>
<dd>
<div class="block">Run the action, throwing a <code>Throwable</code> if anything goes wrong.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/matchers/JUnitMatchers.html#everyItem(org.hamcrest.Matcher)">everyItem(Matcher&lt;T&gt;)</a></span> - Static method in class org.junit.matchers.<a href="./org/junit/matchers/JUnitMatchers.html" title="class in org.junit.matchers">JUnitMatchers</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Please use <a href="/usr/share/doc/libhamcrest-java/api/org/hamcrest/CoreMatchers.html?is-external=true#everyItem(org.hamcrest.Matcher)" title="class or interface in org.hamcrest"><code>CoreMatchers.everyItem(Matcher)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/ExpectedException.html#expect(org.hamcrest.Matcher)">expect(Matcher&lt;?&gt;)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ExpectedException.html" title="class in org.junit.rules">ExpectedException</a></dt>
<dd>
<div class="block">Adds <code>matcher</code> to the list of requirements for any thrown
 exception.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/ExpectedException.html#expect(java.lang.Class)">expect(Class&lt;? extends Throwable&gt;)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ExpectedException.html" title="class in org.junit.rules">ExpectedException</a></dt>
<dd>
<div class="block">Adds to the list of requirements for any thrown exception that it should
 be an instance of <code>type</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/ExpectedException.html#expectCause(org.hamcrest.Matcher)">expectCause(Matcher&lt;? extends Throwable&gt;)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ExpectedException.html" title="class in org.junit.rules">ExpectedException</a></dt>
<dd>
<div class="block">Adds <code>matcher</code> to the list of requirements for the cause of
 any thrown exception.</div>
</dd>
<dt><a href="./org/junit/rules/ExpectedException.html" title="class in org.junit.rules"><span class="strong">ExpectedException</span></a> - Class in <a href="./org/junit/rules/package-summary.html">org.junit.rules</a></dt>
<dd>
<div class="block">The ExpectedException rule allows in-test specification of expected exception
 types and messages:</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/ExpectedException.html#expectMessage(java.lang.String)">expectMessage(String)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ExpectedException.html" title="class in org.junit.rules">ExpectedException</a></dt>
<dd>
<div class="block">Adds to the list of requirements for any thrown exception that it should
 <em>contain</em> string <code>substring</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/ExpectedException.html#expectMessage(org.hamcrest.Matcher)">expectMessage(Matcher&lt;String&gt;)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ExpectedException.html" title="class in org.junit.rules">ExpectedException</a></dt>
<dd>
<div class="block">Adds <code>matcher</code> to the list of requirements for the message returned
 from any thrown exception.</div>
</dd>
<dt><a href="./org/junit/rules/ExternalResource.html" title="class in org.junit.rules"><span class="strong">ExternalResource</span></a> - Class in <a href="./org/junit/rules/package-summary.html">org.junit.rules</a></dt>
<dd>
<div class="block">A base class for Rules (like TemporaryFolder) that set up an external
 resource before a test (a file, socket, server, database connection, etc.),
 and guarantee to tear it down afterward:</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/ExternalResource.html#ExternalResource()">ExternalResource()</a></span> - Constructor for class org.junit.rules.<a href="./org/junit/rules/ExternalResource.html" title="class in org.junit.rules">ExternalResource</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_F_">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./org/junit/Assert.html#fail(java.lang.String)">fail(String)</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Fails a test with the given message.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/Assert.html#fail()">fail()</a></span> - Static method in class org.junit.<a href="./org/junit/Assert.html" title="class in org.junit">Assert</a></dt>
<dd>
<div class="block">Fails a test with no message.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestWatcher.html#failed(java.lang.Throwable, org.junit.runner.Description)">failed(Throwable, Description)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TestWatcher.html" title="class in org.junit.rules">TestWatcher</a></dt>
<dd>
<div class="block">Invoked when a test fails</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestWatchman.html#failed(java.lang.Throwable, org.junit.runners.model.FrameworkMethod)">failed(Throwable, FrameworkMethod)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TestWatchman.html" title="class in org.junit.rules">TestWatchman</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Invoked when a test method fails</div>
</dd>
<dt><a href="./org/junit/runner/notification/Failure.html" title="class in org.junit.runner.notification"><span class="strong">Failure</span></a> - Class in <a href="./org/junit/runner/notification/package-summary.html">org.junit.runner.notification</a></dt>
<dd>
<div class="block">A <code>Failure</code> holds a description of the failed test and the
 exception that was thrown while running it.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/Failure.html#Failure(org.junit.runner.Description, java.lang.Throwable)">Failure(Description, Throwable)</a></span> - Constructor for class org.junit.runner.notification.<a href="./org/junit/runner/notification/Failure.html" title="class in org.junit.runner.notification">Failure</a></dt>
<dd>
<div class="block">Constructs a <code>Failure</code> with the given description and exception.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/results/PrintableResult.html#failureCount()">failureCount()</a></span> - Method in class org.junit.experimental.results.<a href="./org/junit/experimental/results/PrintableResult.html" title="class in org.junit.experimental.results">PrintableResult</a></dt>
<dd>
<div class="block">Returns the number of failures in this result.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/results/ResultMatchers.html#failureCountIs(int)">failureCountIs(int)</a></span> - Static method in class org.junit.experimental.results.<a href="./org/junit/experimental/results/ResultMatchers.html" title="class in org.junit.experimental.results">ResultMatchers</a></dt>
<dd>
<div class="block">Matches if there are <code>count</code> failures</div>
</dd>
<dt><a href="./org/junit/runner/manipulation/Filter.html" title="class in org.junit.runner.manipulation"><span class="strong">Filter</span></a> - Class in <a href="./org/junit/runner/manipulation/package-summary.html">org.junit.runner.manipulation</a></dt>
<dd>
<div class="block">The canonical case of filtering is when you want to run a single test method in a class.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/manipulation/Filter.html#Filter()">Filter()</a></span> - Constructor for class org.junit.runner.manipulation.<a href="./org/junit/runner/manipulation/Filter.html" title="class in org.junit.runner.manipulation">Filter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/manipulation/Filterable.html#filter(org.junit.runner.manipulation.Filter)">filter(Filter)</a></span> - Method in interface org.junit.runner.manipulation.<a href="./org/junit/runner/manipulation/Filterable.html" title="interface in org.junit.runner.manipulation">Filterable</a></dt>
<dd>
<div class="block">Remove tests that don't pass the parameter <code>filter</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#filter(org.junit.runner.manipulation.Filter)">filter(Filter)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runner/manipulation/Filterable.html" title="interface in org.junit.runner.manipulation"><span class="strong">Filterable</span></a> - Interface in <a href="./org/junit/runner/manipulation/package-summary.html">org.junit.runner.manipulation</a></dt>
<dd>
<div class="block">Runners that allow filtering should implement this interface.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Request.html#filterWith(org.junit.runner.manipulation.Filter)">filterWith(Filter)</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Request.html" title="class in org.junit.runner">Request</a></dt>
<dd>
<div class="block">Returns a Request that only contains those tests that should run when
 <code>filter</code> is applied</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Request.html#filterWith(org.junit.runner.Description)">filterWith(Description)</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Request.html" title="class in org.junit.runner">Request</a></dt>
<dd>
<div class="block">Returns a Request that only runs contains tests whose <a href="./org/junit/runner/Description.html" title="class in org.junit.runner"><code>Description</code></a>
 equals <code>desiredDescription</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/ParameterSignature.html#findDeepAnnotation(java.lang.Class)">findDeepAnnotation(Class&lt;T&gt;)</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/ParameterSignature.html" title="class in org.junit.experimental.theories">ParameterSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestWatcher.html#finished(org.junit.runner.Description)">finished(Description)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TestWatcher.html" title="class in org.junit.rules">TestWatcher</a></dt>
<dd>
<div class="block">Invoked when a test method finishes (whether passing or failing)</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestWatchman.html#finished(org.junit.runners.model.FrameworkMethod)">finished(FrameworkMethod)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TestWatchman.html" title="class in org.junit.rules">TestWatchman</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Invoked when a test method finishes (whether passing or failing)</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/RunnerScheduler.html#finished()">finished()</a></span> - Method in interface org.junit.runners.model.<a href="./org/junit/runners/model/RunnerScheduler.html" title="interface in org.junit.runners.model">RunnerScheduler</a></dt>
<dd>
<div class="block">Override to implement any behavior that must occur
 after all children have been scheduled (for example,
 waiting for them all to finish)</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunNotifier.html#fireTestAssumptionFailed(org.junit.runner.notification.Failure)">fireTestAssumptionFailed(Failure)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunNotifier.html" title="class in org.junit.runner.notification">RunNotifier</a></dt>
<dd>
<div class="block">Invoke to tell listeners that an atomic test flagged that it assumed
 something false.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunNotifier.html#fireTestFailure(org.junit.runner.notification.Failure)">fireTestFailure(Failure)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunNotifier.html" title="class in org.junit.runner.notification">RunNotifier</a></dt>
<dd>
<div class="block">Invoke to tell listeners that an atomic test failed.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunNotifier.html#fireTestFinished(org.junit.runner.Description)">fireTestFinished(Description)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunNotifier.html" title="class in org.junit.runner.notification">RunNotifier</a></dt>
<dd>
<div class="block">Invoke to tell listeners that an atomic test finished.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunNotifier.html#fireTestIgnored(org.junit.runner.Description)">fireTestIgnored(Description)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunNotifier.html" title="class in org.junit.runner.notification">RunNotifier</a></dt>
<dd>
<div class="block">Invoke to tell listeners that an atomic test was ignored.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunNotifier.html#fireTestRunFinished(org.junit.runner.Result)">fireTestRunFinished(Result)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunNotifier.html" title="class in org.junit.runner.notification">RunNotifier</a></dt>
<dd>
<div class="block">Do not invoke.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunNotifier.html#fireTestRunStarted(org.junit.runner.Description)">fireTestRunStarted(Description)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunNotifier.html" title="class in org.junit.runner.notification">RunNotifier</a></dt>
<dd>
<div class="block">Do not invoke.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunNotifier.html#fireTestStarted(org.junit.runner.Description)">fireTestStarted(Description)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunNotifier.html" title="class in org.junit.runner.notification">RunNotifier</a></dt>
<dd>
<div class="block">Invoke to tell listeners that an atomic test is about to start.</div>
</dd>
<dt><a href="./org/junit/FixMethodOrder.html" title="annotation in org.junit"><span class="strong">FixMethodOrder</span></a> - Annotation Type in <a href="./org/junit/package-summary.html">org.junit</a></dt>
<dd>
<div class="block">This class allows the user to choose the order of execution of the methods within a test class.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/max/MaxCore.html#forFolder(java.lang.String)">forFolder(String)</a></span> - Static method in class org.junit.experimental.max.<a href="./org/junit/experimental/max/MaxCore.html" title="class in org.junit.experimental.max">MaxCore</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use storedLocally()</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/max/MaxHistory.html#forFolder(java.io.File)">forFolder(File)</a></span> - Static method in class org.junit.experimental.max.<a href="./org/junit/experimental/max/MaxHistory.html" title="class in org.junit.experimental.max">MaxHistory</a></dt>
<dd>
<div class="block">Loads a <a href="./org/junit/experimental/max/MaxHistory.html" title="class in org.junit.experimental.max"><code>MaxHistory</code></a> from <code>file</code>, or generates a new one that
 will be saved to <code>file</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/PotentialAssignment.html#forValue(java.lang.String, java.lang.Object)">forValue(String, Object)</a></span> - Static method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/PotentialAssignment.html" title="class in org.junit.experimental.theories">PotentialAssignment</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runners/model/FrameworkField.html" title="class in org.junit.runners.model"><span class="strong">FrameworkField</span></a> - Class in <a href="./org/junit/runners/model/package-summary.html">org.junit.runners.model</a></dt>
<dd>
<div class="block">Represents a field on a test class (currently used only for Rules in
 <a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners"><code>BlockJUnit4ClassRunner</code></a>, but custom runners can make other uses)</div>
</dd>
<dt><a href="./org/junit/runners/model/FrameworkMember.html" title="class in org.junit.runners.model"><span class="strong">FrameworkMember</span></a>&lt;<a href="./org/junit/runners/model/FrameworkMember.html" title="type parameter in FrameworkMember">T</a> extends <a href="./org/junit/runners/model/FrameworkMember.html" title="class in org.junit.runners.model">FrameworkMember</a>&lt;<a href="./org/junit/runners/model/FrameworkMember.html" title="type parameter in FrameworkMember">T</a>&gt;&gt; - Class in <a href="./org/junit/runners/model/package-summary.html">org.junit.runners.model</a></dt>
<dd>
<div class="block">Parent class for <a href="./org/junit/runners/model/FrameworkField.html" title="class in org.junit.runners.model"><code>FrameworkField</code></a> and <a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model"><code>FrameworkMethod</code></a></div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMember.html#FrameworkMember()">FrameworkMember()</a></span> - Constructor for class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMember.html" title="class in org.junit.runners.model">FrameworkMember</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model"><span class="strong">FrameworkMethod</span></a> - Class in <a href="./org/junit/runners/model/package-summary.html">org.junit.runners.model</a></dt>
<dd>
<div class="block">Represents a method on a test class to be invoked at the appropriate point in
 test execution.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#FrameworkMethod(java.lang.reflect.Method)">FrameworkMethod(Method)</a></span> - Constructor for class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>
<div class="block">Returns a new <code>FrameworkMethod</code> for <code>method</code></div>
</dd>
</dl>
<a name="_G_">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkField.html#get(java.lang.Object)">get(Object)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkField.html" title="class in org.junit.runners.model">FrameworkField</a></dt>
<dd>
<div class="block">Attempts to retrieve the value of this field on <code>target</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/ComparisonFailure.html#getActual()">getActual()</a></span> - Method in error org.junit.<a href="./org/junit/ComparisonFailure.html" title="class in org.junit">ComparisonFailure</a></dt>
<dd>
<div class="block">Returns the actual string value</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/TestClass.html#getAnnotatedFields(java.lang.Class)">getAnnotatedFields(Class&lt;? extends Annotation&gt;)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/TestClass.html" title="class in org.junit.runners.model">TestClass</a></dt>
<dd>
<div class="block">Returns, efficiently, all the non-overridden fields in this class and its
 superclasses that are annotated with <code>annotationClass</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/TestClass.html#getAnnotatedFieldValues(java.lang.Object, java.lang.Class, java.lang.Class)">getAnnotatedFieldValues(Object, Class&lt;? extends Annotation&gt;, Class&lt;T&gt;)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/TestClass.html" title="class in org.junit.runners.model">TestClass</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/TestClass.html#getAnnotatedMethods(java.lang.Class)">getAnnotatedMethods(Class&lt;? extends Annotation&gt;)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/TestClass.html" title="class in org.junit.runners.model">TestClass</a></dt>
<dd>
<div class="block">Returns, efficiently, all the non-overridden methods in this class and
 its superclasses that are annotated with <code>annotationClass</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/TestClass.html#getAnnotatedMethodValues(java.lang.Object, java.lang.Class, java.lang.Class)">getAnnotatedMethodValues(Object, Class&lt;? extends Annotation&gt;, Class&lt;T&gt;)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/TestClass.html" title="class in org.junit.runners.model">TestClass</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/ParameterSignature.html#getAnnotation(java.lang.Class)">getAnnotation(Class&lt;T&gt;)</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/ParameterSignature.html" title="class in org.junit.experimental.theories">ParameterSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#getAnnotation(java.lang.Class)">getAnnotation(Class&lt;T&gt;)</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#getAnnotation(java.lang.Class)">getAnnotation(Class&lt;T&gt;)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>
<div class="block">Returns the annotation of type <code>annotationType</code> on this method, if
 one exists.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/ParameterSignature.html#getAnnotations()">getAnnotations()</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/ParameterSignature.html" title="class in org.junit.experimental.theories">ParameterSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#getAnnotations()">getAnnotations()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkField.html#getAnnotations()">getAnnotations()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkField.html" title="class in org.junit.runners.model">FrameworkField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#getAnnotations()">getAnnotations()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>
<div class="block">Returns the annotations on this method</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/TestClass.html#getAnnotations()">getAnnotations()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/TestClass.html" title="class in org.junit.runners.model">TestClass</a></dt>
<dd>
<div class="block">Returns the annotations on this class</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/InitializationError.html#getCauses()">getCauses()</a></span> - Method in exception org.junit.runners.model.<a href="./org/junit/runners/model/InitializationError.html" title="class in org.junit.runners.model">InitializationError</a></dt>
<dd>
<div class="block">Returns one or more Throwables that led to this initialization error.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#getChildren()">getChildren()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#getChildren()">getChildren()</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/Parameterized.html#getChildren()">getChildren()</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/Parameterized.html" title="class in org.junit.runners">Parameterized</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#getChildren()">getChildren()</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>
<div class="block">Returns a list of objects that define the children of this Runner.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/Suite.html#getChildren()">getChildren()</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/Suite.html" title="class in org.junit.runners">Suite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#getClassName()">getClassName()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/MethodSorters.html#getComparator()">getComparator()</a></span> - Method in enum org.junit.runners.<a href="./org/junit/runners/MethodSorters.html" title="enum in org.junit.runners">MethodSorters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/PotentialAssignment.html#getDescription()">getDescription()</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/PotentialAssignment.html" title="class in org.junit.experimental.theories">PotentialAssignment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Describable.html#getDescription()">getDescription()</a></span> - Method in interface org.junit.runner.<a href="./org/junit/runner/Describable.html" title="interface in org.junit.runner">Describable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/Failure.html#getDescription()">getDescription()</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/Failure.html" title="class in org.junit.runner.notification">Failure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Runner.html#getDescription()">getDescription()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Runner.html" title="class in org.junit.runner">Runner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#getDescription()">getDescription()</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#getDisplayName()">getDisplayName()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/Failure.html#getException()">getException()</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/Failure.html" title="class in org.junit.runner.notification">Failure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/ComparisonFailure.html#getExpected()">getExpected()</a></span> - Method in error org.junit.<a href="./org/junit/ComparisonFailure.html" title="class in org.junit">ComparisonFailure</a></dt>
<dd>
<div class="block">Returns the expected string value</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Result.html#getFailureCount()">getFailureCount()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Result.html" title="class in org.junit.runner">Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Result.html#getFailures()">getFailures()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Result.html" title="class in org.junit.runner">Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/MultipleFailureException.html#getFailures()">getFailures()</a></span> - Method in exception org.junit.runners.model.<a href="./org/junit/runners/model/MultipleFailureException.html" title="class in org.junit.runners.model">MultipleFailureException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkField.html#getField()">getField()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkField.html" title="class in org.junit.runners.model">FrameworkField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Result.html#getIgnoreCount()">getIgnoreCount()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Result.html" title="class in org.junit.runner">Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/TestClass.html#getJavaClass()">getJavaClass()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/TestClass.html" title="class in org.junit.runners.model">TestClass</a></dt>
<dd>
<div class="block">Returns the underlying Java class.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/ComparisonFailure.html#getMessage()">getMessage()</a></span> - Method in error org.junit.<a href="./org/junit/ComparisonFailure.html" title="class in org.junit">ComparisonFailure</a></dt>
<dd>
<div class="block">Returns "..." in place of common prefix and "..." in
 place of common suffix between expected and actual.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/Failure.html#getMessage()">getMessage()</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/Failure.html" title="class in org.junit.runner.notification">Failure</a></dt>
<dd>
<div class="block">Convenience method</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/MultipleFailureException.html#getMessage()">getMessage()</a></span> - Method in exception org.junit.runners.model.<a href="./org/junit/runners/model/MultipleFailureException.html" title="class in org.junit.runners.model">MultipleFailureException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#getMethod()">getMethod()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>
<div class="block">Returns the underlying Java method</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestName.html#getMethodName()">getMethodName()</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TestName.html" title="class in org.junit.rules">TestName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#getMethodName()">getMethodName()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkField.html#getName()">getName()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkField.html" title="class in org.junit.runners.model">FrameworkField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMember.html#getName()">getName()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMember.html" title="class in org.junit.runners.model">FrameworkMember</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#getName()">getName()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>
<div class="block">Returns the method's name</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/TestClass.html#getName()">getName()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/TestClass.html" title="class in org.junit.runners.model">TestClass</a></dt>
<dd>
<div class="block">Returns the class's name.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#getName()">getName()</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>
<div class="block">Returns a name used to describe this Runner</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/TestClass.html#getOnlyConstructor()">getOnlyConstructor()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/TestClass.html" title="class in org.junit.runners.model">TestClass</a></dt>
<dd>
<div class="block">Returns the only public constructor in the class, or throws an <code>AssertionError</code> if there are more or less than one.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#getReturnType()">getReturnType()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>
<div class="block">Returns the return type of the method</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TemporaryFolder.html#getRoot()">getRoot()</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TemporaryFolder.html" title="class in org.junit.rules">TemporaryFolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Result.html#getRunCount()">getRunCount()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Result.html" title="class in org.junit.runner">Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/ParallelComputer.html#getRunner(org.junit.runners.model.RunnerBuilder, java.lang.Class)">getRunner(RunnerBuilder, Class&lt;?&gt;)</a></span> - Method in class org.junit.experimental.<a href="./org/junit/experimental/ParallelComputer.html" title="class in org.junit.experimental">ParallelComputer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Computer.html#getRunner(org.junit.runners.model.RunnerBuilder, java.lang.Class)">getRunner(RunnerBuilder, Class&lt;?&gt;)</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Computer.html" title="class in org.junit.runner">Computer</a></dt>
<dd>
<div class="block">Create a single-class runner for <code>testClass</code>, using <code>builder</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Request.html#getRunner()">getRunner()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Request.html" title="class in org.junit.runner">Request</a></dt>
<dd>
<div class="block">Returns a <a href="./org/junit/runner/Runner.html" title="class in org.junit.runner"><code>Runner</code></a> for this Request</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#getRunnerAnnotations()">getRunnerAnnotations()</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Result.html#getRunTime()">getRunTime()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Result.html" title="class in org.junit.runner">Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/ParallelComputer.html#getSuite(org.junit.runners.model.RunnerBuilder, java.lang.Class[])">getSuite(RunnerBuilder, Class&lt;?&gt;[])</a></span> - Method in class org.junit.experimental.<a href="./org/junit/experimental/ParallelComputer.html" title="class in org.junit.experimental">ParallelComputer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Computer.html#getSuite(org.junit.runners.model.RunnerBuilder, java.lang.Class[])">getSuite(RunnerBuilder, Class&lt;?&gt;[])</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Computer.html" title="class in org.junit.runner">Computer</a></dt>
<dd>
<div class="block">Create a suite for <code>classes</code>, building Runners with <code>builder</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#getTestClass()">getTestClass()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#getTestClass()">getTestClass()</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>
<div class="block">Returns a <a href="./org/junit/runners/model/TestClass.html" title="class in org.junit.runners.model"><code>TestClass</code></a> object wrapping the class to be executed.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/Failure.html#getTestHeader()">getTestHeader()</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/Failure.html" title="class in org.junit.runner.notification">Failure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#getTestRules(java.lang.Object)">getTestRules(Object)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/Failure.html#getTrace()">getTrace()</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/Failure.html" title="class in org.junit.runner.notification">Failure</a></dt>
<dd>
<div class="block">Convenience method</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/ParameterSignature.html#getType()">getType()</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/ParameterSignature.html" title="class in org.junit.experimental.theories">ParameterSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkField.html#getType()">getType()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkField.html" title="class in org.junit.runners.model">FrameworkField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMember.html#getType()">getType()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMember.html" title="class in org.junit.runners.model">FrameworkMember</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#getType()">getType()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>
<div class="block">Returns the return type of the method</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/PotentialAssignment.html#getValue()">getValue()</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/PotentialAssignment.html" title="class in org.junit.experimental.theories">PotentialAssignment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/ParameterSupplier.html#getValueSources(org.junit.experimental.theories.ParameterSignature)">getValueSources(ParameterSignature)</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/ParameterSupplier.html" title="class in org.junit.experimental.theories">ParameterSupplier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/suppliers/TestedOnSupplier.html#getValueSources(org.junit.experimental.theories.ParameterSignature)">getValueSources(ParameterSignature)</a></span> - Method in class org.junit.experimental.theories.suppliers.<a href="./org/junit/experimental/theories/suppliers/TestedOnSupplier.html" title="class in org.junit.experimental.theories.suppliers">TestedOnSupplier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/JUnitCore.html#getVersion()">getVersion()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/JUnitCore.html" title="class in org.junit.runner">JUnitCore</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_H_">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./org/junit/rules/ExpectedException.html#handleAssertionErrors()">handleAssertionErrors()</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ExpectedException.html" title="class in org.junit.rules">ExpectedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/rules/ExpectedException.html#handleAssumptionViolatedExceptions()">handleAssumptionViolatedExceptions()</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ExpectedException.html" title="class in org.junit.rules">ExpectedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html#handleAssumptionViolation(org.junit.internal.AssumptionViolatedException)">handleAssumptionViolation(AssumptionViolatedException)</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html" title="class in org.junit.experimental.theories">Theories.TheoryAnchor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html#handleDataPointSuccess()">handleDataPointSuccess()</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html" title="class in org.junit.experimental.theories">Theories.TheoryAnchor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/ParameterSignature.html#hasAnnotation(java.lang.Class)">hasAnnotation(Class&lt;? extends Annotation&gt;)</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/ParameterSignature.html" title="class in org.junit.experimental.theories">ParameterSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/results/ResultMatchers.html#hasFailureContaining(java.lang.String)">hasFailureContaining(String)</a></span> - Static method in class org.junit.experimental.results.<a href="./org/junit/experimental/results/ResultMatchers.html" title="class in org.junit.experimental.results">ResultMatchers</a></dt>
<dd>
<div class="block">Matches if the result has one or more failures, and at least one of them
 contains <code>string</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#hashCode()">hashCode()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#hashCode()">hashCode()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/matchers/JUnitMatchers.html#hasItem(T)">hasItem(T)</a></span> - Static method in class org.junit.matchers.<a href="./org/junit/matchers/JUnitMatchers.html" title="class in org.junit.matchers">JUnitMatchers</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Please use <a href="/usr/share/doc/libhamcrest-java/api/org/hamcrest/CoreMatchers.html?is-external=true#hasItem(T)" title="class or interface in org.hamcrest"><code>CoreMatchers.hasItem(Object)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/junit/matchers/JUnitMatchers.html#hasItem(org.hamcrest.Matcher)">hasItem(Matcher&lt;? super T&gt;)</a></span> - Static method in class org.junit.matchers.<a href="./org/junit/matchers/JUnitMatchers.html" title="class in org.junit.matchers">JUnitMatchers</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Please use <a href="/usr/share/doc/libhamcrest-java/api/org/hamcrest/CoreMatchers.html?is-external=true#hasItem(org.hamcrest.Matcher)" title="class or interface in org.hamcrest"><code>CoreMatchers.hasItem(Matcher)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/junit/matchers/JUnitMatchers.html#hasItems(T...)">hasItems(T...)</a></span> - Static method in class org.junit.matchers.<a href="./org/junit/matchers/JUnitMatchers.html" title="class in org.junit.matchers">JUnitMatchers</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Please use <a href="/usr/share/doc/libhamcrest-java/api/org/hamcrest/CoreMatchers.html?is-external=true#hasItems(T...)" title="class or interface in org.hamcrest"><code>CoreMatchers.hasItems(Object...)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/junit/matchers/JUnitMatchers.html#hasItems(org.hamcrest.Matcher...)">hasItems(Matcher&lt;? super T&gt;...)</a></span> - Static method in class org.junit.matchers.<a href="./org/junit/matchers/JUnitMatchers.html" title="class in org.junit.matchers">JUnitMatchers</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Please use <a href="/usr/share/doc/libhamcrest-java/api/org/hamcrest/CoreMatchers.html?is-external=true#hasItems(org.hamcrest.Matcher...)" title="class or interface in org.hamcrest"><code>CoreMatchers.hasItems(Matcher...)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/results/ResultMatchers.html#hasSingleFailureContaining(java.lang.String)">hasSingleFailureContaining(String)</a></span> - Static method in class org.junit.experimental.results.<a href="./org/junit/experimental/results/ResultMatchers.html" title="class in org.junit.experimental.results">ResultMatchers</a></dt>
<dd>
<div class="block">Matches if the result has exactly one failure, and it contains <code>string</code></div>
</dd>
</dl>
<a name="_I_">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><a href="./org/junit/Ignore.html" title="annotation in org.junit"><span class="strong">Ignore</span></a> - Annotation Type in <a href="./org/junit/package-summary.html">org.junit</a></dt>
<dd>
<div class="block">Sometimes you want to temporarily disable a test or a group of tests.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/categories/Categories.CategoryFilter.html#include(java.lang.Class)">include(Class&lt;?&gt;)</a></span> - Static method in class org.junit.experimental.categories.<a href="./org/junit/experimental/categories/Categories.CategoryFilter.html" title="class in org.junit.experimental.categories">Categories.CategoryFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runners/model/InitializationError.html" title="class in org.junit.runners.model"><span class="strong">InitializationError</span></a> - Exception in <a href="./org/junit/runners/model/package-summary.html">org.junit.runners.model</a></dt>
<dd>
<div class="block">Represents one or more problems encountered while initializing a Runner</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/InitializationError.html#InitializationError(java.util.List)">InitializationError(List&lt;Throwable&gt;)</a></span> - Constructor for exception org.junit.runners.model.<a href="./org/junit/runners/model/InitializationError.html" title="class in org.junit.runners.model">InitializationError</a></dt>
<dd>
<div class="block">Construct a new <code>InitializationError</code> with one or more
 errors <code>errors</code> as causes</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/InitializationError.html#InitializationError(java.lang.Throwable)">InitializationError(Throwable)</a></span> - Constructor for exception org.junit.runners.model.<a href="./org/junit/runners/model/InitializationError.html" title="class in org.junit.runners.model">InitializationError</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/InitializationError.html#InitializationError(java.lang.String)">InitializationError(String)</a></span> - Constructor for exception org.junit.runners.model.<a href="./org/junit/runners/model/InitializationError.html" title="class in org.junit.runners.model">InitializationError</a></dt>
<dd>
<div class="block">Construct a new <code>InitializationError</code> with one cause
 with message <code>string</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/manipulation/Filter.html#intersect(org.junit.runner.manipulation.Filter)">intersect(Filter)</a></span> - Method in class org.junit.runner.manipulation.<a href="./org/junit/runner/manipulation/Filter.html" title="class in org.junit.runner.manipulation">Filter</a></dt>
<dd>
<div class="block">Returns a new Filter that accepts the intersection of the tests accepted
 by this Filter and <code>second</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#invokeExplosively(java.lang.Object, java.lang.Object...)">invokeExplosively(Object, Object...)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>
<div class="block">Returns the result of invoking this method on <code>target</code> with
 parameters <code>params</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/TestClass.html#isANonStaticInnerClass()">isANonStaticInnerClass()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/TestClass.html" title="class in org.junit.runners.model">TestClass</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#isEmpty()">isEmpty()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/matchers/JUnitMatchers.html#isException(org.hamcrest.Matcher)">isException(Matcher&lt;T&gt;)</a></span> - Static method in class org.junit.matchers.<a href="./org/junit/matchers/JUnitMatchers.html" title="class in org.junit.matchers">JUnitMatchers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkField.html#isPublic()">isPublic()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkField.html" title="class in org.junit.runners.model">FrameworkField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMember.html#isPublic()">isPublic()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMember.html" title="class in org.junit.runners.model">FrameworkMember</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#isPublic()">isPublic()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>
<div class="block">Returns true if this method is public, false if not</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkField.html#isShadowedBy(org.junit.runners.model.FrameworkField)">isShadowedBy(FrameworkField)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkField.html" title="class in org.junit.runners.model">FrameworkField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#isShadowedBy(org.junit.runners.model.FrameworkMethod)">isShadowedBy(FrameworkMethod)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkField.html#isStatic()">isStatic()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkField.html" title="class in org.junit.runners.model">FrameworkField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMember.html#isStatic()">isStatic()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMember.html" title="class in org.junit.runners.model">FrameworkMember</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#isStatic()">isStatic()</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>
<div class="block">Returns true if this method is static, false if not</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/results/ResultMatchers.html#isSuccessful()">isSuccessful()</a></span> - Static method in class org.junit.experimental.results.<a href="./org/junit/experimental/results/ResultMatchers.html" title="class in org.junit.experimental.results">ResultMatchers</a></dt>
<dd>
<div class="block">Matches if the tests are all successful</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#isSuite()">isSuite()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#isTest()">isTest()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/matchers/JUnitMatchers.html#isThrowable(org.hamcrest.Matcher)">isThrowable(Matcher&lt;T&gt;)</a></span> - Static method in class org.junit.matchers.<a href="./org/junit/matchers/JUnitMatchers.html" title="class in org.junit.matchers">JUnitMatchers</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_J_">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="./org/junit/runners/JUnit4.html" title="class in org.junit.runners"><span class="strong">JUnit4</span></a> - Class in <a href="./org/junit/runners/package-summary.html">org.junit.runners</a></dt>
<dd>
<div class="block">Aliases the current default JUnit 4 class runner, for future-proofing.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/JUnit4.html#JUnit4(java.lang.Class)">JUnit4(Class&lt;?&gt;)</a></span> - Constructor for class org.junit.runners.<a href="./org/junit/runners/JUnit4.html" title="class in org.junit.runners">JUnit4</a></dt>
<dd>
<div class="block">Constructs a new instance of the default runner</div>
</dd>
<dt><a href="./org/junit/runner/JUnitCore.html" title="class in org.junit.runner"><span class="strong">JUnitCore</span></a> - Class in <a href="./org/junit/runner/package-summary.html">org.junit.runner</a></dt>
<dd>
<div class="block"><code>JUnitCore</code> is a facade for running tests.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/JUnitCore.html#JUnitCore()">JUnitCore()</a></span> - Constructor for class org.junit.runner.<a href="./org/junit/runner/JUnitCore.html" title="class in org.junit.runner">JUnitCore</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/matchers/JUnitMatchers.html" title="class in org.junit.matchers"><span class="strong">JUnitMatchers</span></a> - Class in <a href="./org/junit/matchers/package-summary.html">org.junit.matchers</a></dt>
<dd>
<div class="block">Convenience import class: these are useful matchers for use with the assertThat method, but they are
 not currently included in the basic CoreMatchers class from hamcrest.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/matchers/JUnitMatchers.html#JUnitMatchers()">JUnitMatchers()</a></span> - Constructor for class org.junit.matchers.<a href="./org/junit/matchers/JUnitMatchers.html" title="class in org.junit.matchers">JUnitMatchers</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_L_">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="strong"><a href="./org/junit/experimental/max/MaxHistory.html#listener()">listener()</a></span> - Method in class org.junit.experimental.max.<a href="./org/junit/experimental/max/MaxHistory.html" title="class in org.junit.experimental.max">MaxHistory</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_M_">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./org/junit/runner/JUnitCore.html#main(java.lang.String...)">main(String...)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/JUnitCore.html" title="class in org.junit.runner">JUnitCore</a></dt>
<dd>
<div class="block">Run the tests contained in the classes named in the <code>args</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/manipulation/Filter.html#matchMethodDescription(org.junit.runner.Description)">matchMethodDescription(Description)</a></span> - Static method in class org.junit.runner.manipulation.<a href="./org/junit/runner/manipulation/Filter.html" title="class in org.junit.runner.manipulation">Filter</a></dt>
<dd>
<div class="block">Returns a <code>Filter</code> that only runs the single method described by
 <code>desiredDescription</code></div>
</dd>
<dt><a href="./org/junit/experimental/max/MaxCore.html" title="class in org.junit.experimental.max"><span class="strong">MaxCore</span></a> - Class in <a href="./org/junit/experimental/max/package-summary.html">org.junit.experimental.max</a></dt>
<dd>
<div class="block">A replacement for JUnitCore, which keeps track of runtime and failure history, and reorders tests
 to maximize the chances that a failing test occurs early in the test run.</div>
</dd>
<dt><a href="./org/junit/experimental/max/MaxHistory.html" title="class in org.junit.experimental.max"><span class="strong">MaxHistory</span></a> - Class in <a href="./org/junit/experimental/max/package-summary.html">org.junit.experimental.max</a></dt>
<dd>
<div class="block">Stores a subset of the history of each test:
 
 Last failure timestamp
 Duration of last execution
 </div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Request.html#method(java.lang.Class, java.lang.String)">method(Class&lt;?&gt;, String)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/Request.html" title="class in org.junit.runner">Request</a></dt>
<dd>
<div class="block">Create a <code>Request</code> that, when processed, will run a single test.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/Theories.html#methodBlock(org.junit.runners.model.FrameworkMethod)">methodBlock(FrameworkMethod)</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/Theories.html" title="class in org.junit.experimental.theories">Theories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#methodBlock(org.junit.runners.model.FrameworkMethod)">methodBlock(FrameworkMethod)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>
<div class="block">Returns a Statement that, when executed, either returns normally if
 <code>method</code> passes, or throws an exception if <code>method</code> fails.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#methodInvoker(org.junit.runners.model.FrameworkMethod, java.lang.Object)">methodInvoker(FrameworkMethod, Object)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>
<div class="block">Returns a <a href="./org/junit/runners/model/Statement.html" title="class in org.junit.runners.model"><code>Statement</code></a> that invokes <code>method</code> on <code>test</code></div>
</dd>
<dt><a href="./org/junit/rules/MethodRule.html" title="interface in org.junit.rules"><span class="strong">MethodRule</span></a> - Interface in <a href="./org/junit/rules/package-summary.html">org.junit.rules</a></dt>
<dd>
<div class="block">A MethodRule is an alteration in how a test method is run and reported.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/ParallelComputer.html#methods()">methods()</a></span> - Static method in class org.junit.experimental.<a href="./org/junit/experimental/ParallelComputer.html" title="class in org.junit.experimental">ParallelComputer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runners/MethodSorters.html" title="enum in org.junit.runners"><span class="strong">MethodSorters</span></a> - Enum in <a href="./org/junit/runners/package-summary.html">org.junit.runners</a></dt>
<dd>
<div class="block">Sort the methods into a specified execution order.</div>
</dd>
<dt><a href="./org/junit/runners/model/MultipleFailureException.html" title="class in org.junit.runners.model"><span class="strong">MultipleFailureException</span></a> - Exception in <a href="./org/junit/runners/model/package-summary.html">org.junit.runners.model</a></dt>
<dd>
<div class="block">Collects multiple <code>Throwable</code>s into one exception.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/MultipleFailureException.html#MultipleFailureException(java.util.List)">MultipleFailureException(List&lt;Throwable&gt;)</a></span> - Constructor for exception org.junit.runners.model.<a href="./org/junit/runners/model/MultipleFailureException.html" title="class in org.junit.runners.model">MultipleFailureException</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_N_">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./org/junit/rules/TemporaryFolder.html#newFile(java.lang.String)">newFile(String)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TemporaryFolder.html" title="class in org.junit.rules">TemporaryFolder</a></dt>
<dd>
<div class="block">Returns a new fresh file with the given name under the temporary folder.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TemporaryFolder.html#newFile()">newFile()</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TemporaryFolder.html" title="class in org.junit.rules">TemporaryFolder</a></dt>
<dd>
<div class="block">Returns a new fresh file with a random name under the temporary folder.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TemporaryFolder.html#newFolder(java.lang.String)">newFolder(String)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TemporaryFolder.html" title="class in org.junit.rules">TemporaryFolder</a></dt>
<dd>
<div class="block">Returns a new fresh folder with the given name under the temporary
 folder.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TemporaryFolder.html#newFolder(java.lang.String...)">newFolder(String...)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TemporaryFolder.html" title="class in org.junit.rules">TemporaryFolder</a></dt>
<dd>
<div class="block">Returns a new fresh folder with the given name(s) under the temporary
 folder.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TemporaryFolder.html#newFolder()">newFolder()</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TemporaryFolder.html" title="class in org.junit.rules">TemporaryFolder</a></dt>
<dd>
<div class="block">Returns a new fresh folder with a random name under the temporary folder.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/ExpectedException.html#none()">none()</a></span> - Static method in class org.junit.rules.<a href="./org/junit/rules/ExpectedException.html" title="class in org.junit.rules">ExpectedException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runner/manipulation/NoTestsRemainException.html" title="class in org.junit.runner.manipulation"><span class="strong">NoTestsRemainException</span></a> - Exception in <a href="./org/junit/runner/manipulation/package-summary.html">org.junit.runner.manipulation</a></dt>
<dd>
<div class="block">Thrown when a filter removes all tests from a runner.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/manipulation/NoTestsRemainException.html#NoTestsRemainException()">NoTestsRemainException()</a></span> - Constructor for exception org.junit.runner.manipulation.<a href="./org/junit/runner/manipulation/NoTestsRemainException.html" title="class in org.junit.runner.manipulation">NoTestsRemainException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/manipulation/Sorter.html#NULL">NULL</a></span> - Static variable in class org.junit.runner.manipulation.<a href="./org/junit/runner/manipulation/Sorter.html" title="class in org.junit.runner.manipulation">Sorter</a></dt>
<dd>
<div class="block">NULL is a <code>Sorter</code> that leaves elements in an undefined order</div>
</dd>
</dl>
<a name="_O_">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="./org/junit/package-summary.html">org.junit</a> - package org.junit</dt>
<dd>
<div class="block">Provides JUnit core classes and annotations.</div>
</dd>
<dt><a href="./org/junit/experimental/package-summary.html">org.junit.experimental</a> - package org.junit.experimental</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/categories/package-summary.html">org.junit.experimental.categories</a> - package org.junit.experimental.categories</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/max/package-summary.html">org.junit.experimental.max</a> - package org.junit.experimental.max</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/results/package-summary.html">org.junit.experimental.results</a> - package org.junit.experimental.results</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/runners/package-summary.html">org.junit.experimental.runners</a> - package org.junit.experimental.runners</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/theories/package-summary.html">org.junit.experimental.theories</a> - package org.junit.experimental.theories</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/theories/suppliers/package-summary.html">org.junit.experimental.theories.suppliers</a> - package org.junit.experimental.theories.suppliers</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/matchers/package-summary.html">org.junit.matchers</a> - package org.junit.matchers</dt>
<dd>
<div class="block">Provides useful additional <a href="/usr/share/doc/libhamcrest-java/api/org/hamcrest/Matcher.html?is-external=true" title="class or interface in org.hamcrest"><code>Matcher</code></a>s for use with
 the <a href="./org/junit/Assert.html#assertThat(T, org.hamcrest.Matcher)"><code>Assert.assertThat(Object, org.hamcrest.Matcher)</code></a>
 statement</div>
</dd>
<dt><a href="./org/junit/rules/package-summary.html">org.junit.rules</a> - package org.junit.rules</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runner/package-summary.html">org.junit.runner</a> - package org.junit.runner</dt>
<dd>
<div class="block">Provides classes used to describe, collect, run and analyze multiple tests.</div>
</dd>
<dt><a href="./org/junit/runner/manipulation/package-summary.html">org.junit.runner.manipulation</a> - package org.junit.runner.manipulation</dt>
<dd>
<div class="block">Provides classes to <a href="./org/junit/runner/manipulation/Filter.html" title="class in org.junit.runner.manipulation"><code>filter</code></a> or <a href="./org/junit/runner/manipulation/Sorter.html" title="class in org.junit.runner.manipulation"><code>sort</code></a> tests.</div>
</dd>
<dt><a href="./org/junit/runner/notification/package-summary.html">org.junit.runner.notification</a> - package org.junit.runner.notification</dt>
<dd>
<div class="block">Provides information about a test run.</div>
</dd>
<dt><a href="./org/junit/runners/package-summary.html">org.junit.runners</a> - package org.junit.runners</dt>
<dd>
<div class="block">Provides standard <a href="./org/junit/runner/Runner.html" title="class in org.junit.runner"><code>Runner</code></a> implementations.</div>
</dd>
<dt><a href="./org/junit/runners/model/package-summary.html">org.junit.runners.model</a> - package org.junit.runners.model</dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/rules/RuleChain.html#outerRule(org.junit.rules.TestRule)">outerRule(TestRule)</a></span> - Static method in class org.junit.rules.<a href="./org/junit/rules/RuleChain.html" title="class in org.junit.rules">RuleChain</a></dt>
<dd>
<div class="block">Returns a <code>RuleChain</code> with a single <a href="./org/junit/rules/TestRule.html" title="interface in org.junit.rules"><code>TestRule</code></a>.</div>
</dd>
</dl>
<a name="_P_">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="./org/junit/experimental/ParallelComputer.html" title="class in org.junit.experimental"><span class="strong">ParallelComputer</span></a> - Class in <a href="./org/junit/experimental/package-summary.html">org.junit.experimental</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/ParallelComputer.html#ParallelComputer(boolean, boolean)">ParallelComputer(boolean, boolean)</a></span> - Constructor for class org.junit.experimental.<a href="./org/junit/experimental/ParallelComputer.html" title="class in org.junit.experimental">ParallelComputer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runners/Parameterized.html" title="class in org.junit.runners"><span class="strong">Parameterized</span></a> - Class in <a href="./org/junit/runners/package-summary.html">org.junit.runners</a></dt>
<dd>
<div class="block">
 The custom runner <code>Parameterized</code> implements parameterized tests.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/Parameterized.html#Parameterized(java.lang.Class)">Parameterized(Class&lt;?&gt;)</a></span> - Constructor for class org.junit.runners.<a href="./org/junit/runners/Parameterized.html" title="class in org.junit.runners">Parameterized</a></dt>
<dd>
<div class="block">Only called reflectively.</div>
</dd>
<dt><a href="./org/junit/runners/Parameterized.Parameter.html" title="annotation in org.junit.runners"><span class="strong">Parameterized.Parameter</span></a> - Annotation Type in <a href="./org/junit/runners/package-summary.html">org.junit.runners</a></dt>
<dd>
<div class="block">Annotation for fields of the test class which will be initialized by the
 method annotated by <code>Parameters</code><br/>
 By using directly this annotation, the test class constructor isn't needed.<br/>
 Index range must start at 0.</div>
</dd>
<dt><a href="./org/junit/runners/Parameterized.Parameters.html" title="annotation in org.junit.runners"><span class="strong">Parameterized.Parameters</span></a> - Annotation Type in <a href="./org/junit/runners/package-summary.html">org.junit.runners</a></dt>
<dd>
<div class="block">Annotation for a method which provides parameters to be injected into the
 test class constructor by <code>Parameterized</code></div>
</dd>
<dt><a href="./org/junit/experimental/theories/ParameterSignature.html" title="class in org.junit.experimental.theories"><span class="strong">ParameterSignature</span></a> - Class in <a href="./org/junit/experimental/theories/package-summary.html">org.junit.experimental.theories</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/theories/ParametersSuppliedBy.html" title="annotation in org.junit.experimental.theories"><span class="strong">ParametersSuppliedBy</span></a> - Annotation Type in <a href="./org/junit/experimental/theories/package-summary.html">org.junit.experimental.theories</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/theories/ParameterSupplier.html" title="class in org.junit.experimental.theories"><span class="strong">ParameterSupplier</span></a> - Class in <a href="./org/junit/experimental/theories/package-summary.html">org.junit.experimental.theories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/ParameterSupplier.html#ParameterSupplier()">ParameterSupplier()</a></span> - Constructor for class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/ParameterSupplier.html" title="class in org.junit.experimental.theories">ParameterSupplier</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners"><span class="strong">ParentRunner</span></a>&lt;<a href="./org/junit/runners/ParentRunner.html" title="type parameter in ParentRunner">T</a>&gt; - Class in <a href="./org/junit/runners/package-summary.html">org.junit.runners</a></dt>
<dd>
<div class="block">Provides most of the functionality specific to a Runner that implements a
 "parent node" in the test tree, with children defined by objects of some data
 type <code>T</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#ParentRunner(java.lang.Class)">ParentRunner(Class&lt;?&gt;)</a></span> - Constructor for class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>
<div class="block">Constructs a new <code>ParentRunner</code> that will run <code>@TestClass</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunNotifier.html#pleaseStop()">pleaseStop()</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunNotifier.html" title="class in org.junit.runner.notification">RunNotifier</a></dt>
<dd>
<div class="block">Ask that the tests run stop before starting the next test.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#possiblyExpectingExceptions(org.junit.runners.model.FrameworkMethod, java.lang.Object, org.junit.runners.model.Statement)">possiblyExpectingExceptions(FrameworkMethod, Object, Statement)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Will be private soon: use Rules instead</i></div>
</div>
</dd>
<dt><a href="./org/junit/experimental/theories/PotentialAssignment.html" title="class in org.junit.experimental.theories"><span class="strong">PotentialAssignment</span></a> - Class in <a href="./org/junit/experimental/theories/package-summary.html">org.junit.experimental.theories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/PotentialAssignment.html#PotentialAssignment()">PotentialAssignment()</a></span> - Constructor for class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/PotentialAssignment.html" title="class in org.junit.experimental.theories">PotentialAssignment</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/theories/PotentialAssignment.CouldNotGenerateValueException.html" title="class in org.junit.experimental.theories"><span class="strong">PotentialAssignment.CouldNotGenerateValueException</span></a> - Exception in <a href="./org/junit/experimental/theories/package-summary.html">org.junit.experimental.theories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/PotentialAssignment.CouldNotGenerateValueException.html#PotentialAssignment.CouldNotGenerateValueException()">PotentialAssignment.CouldNotGenerateValueException()</a></span> - Constructor for exception org.junit.experimental.theories.<a href="./org/junit/experimental/theories/PotentialAssignment.CouldNotGenerateValueException.html" title="class in org.junit.experimental.theories">PotentialAssignment.CouldNotGenerateValueException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/results/PrintableResult.html" title="class in org.junit.experimental.results"><span class="strong">PrintableResult</span></a> - Class in <a href="./org/junit/experimental/results/package-summary.html">org.junit.experimental.results</a></dt>
<dd>
<div class="block">A test result that prints nicely in error messages.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/results/PrintableResult.html#PrintableResult(java.util.List)">PrintableResult(List&lt;Failure&gt;)</a></span> - Constructor for class org.junit.experimental.results.<a href="./org/junit/experimental/results/PrintableResult.html" title="class in org.junit.experimental.results">PrintableResult</a></dt>
<dd>
<div class="block">A result that includes the given <code>failures</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#producesType(java.lang.reflect.Type)">producesType(Type)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>This is used only by the Theories runner, and does not
             use all the generic type info that it ought to. It will be replaced
             with a forthcoming ParameterSignature#canAcceptResultOf(FrameworkMethod)
             once Theories moves to junit-contrib.</i></div>
</div>
</dd>
</dl>
<a name="_R_">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./org/junit/runner/JUnitCore.html#removeListener(org.junit.runner.notification.RunListener)">removeListener(RunListener)</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/JUnitCore.html" title="class in org.junit.runner">JUnitCore</a></dt>
<dd>
<div class="block">Remove a listener.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunNotifier.html#removeListener(org.junit.runner.notification.RunListener)">removeListener(RunListener)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunNotifier.html" title="class in org.junit.runner.notification">RunNotifier</a></dt>
<dd>
<div class="block">Internal use only</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html#reportParameterizedError(java.lang.Throwable, java.lang.Object...)">reportParameterizedError(Throwable, Object...)</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html" title="class in org.junit.experimental.theories">Theories.TheoryAnchor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runner/Request.html" title="class in org.junit.runner"><span class="strong">Request</span></a> - Class in <a href="./org/junit/runner/package-summary.html">org.junit.runner</a></dt>
<dd>
<div class="block">A <code>Request</code> is an abstract description of tests to be run.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Request.html#Request()">Request()</a></span> - Constructor for class org.junit.runner.<a href="./org/junit/runner/Request.html" title="class in org.junit.runner">Request</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runner/Result.html" title="class in org.junit.runner"><span class="strong">Result</span></a> - Class in <a href="./org/junit/runner/package-summary.html">org.junit.runner</a></dt>
<dd>
<div class="block">A <code>Result</code> collects and summarizes information from running multiple tests.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Result.html#Result()">Result()</a></span> - Constructor for class org.junit.runner.<a href="./org/junit/runner/Result.html" title="class in org.junit.runner">Result</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/results/ResultMatchers.html" title="class in org.junit.experimental.results"><span class="strong">ResultMatchers</span></a> - Class in <a href="./org/junit/experimental/results/package-summary.html">org.junit.experimental.results</a></dt>
<dd>
<div class="block">Matchers on a PrintableResult, to enable JUnit self-tests.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/results/ResultMatchers.html#ResultMatchers()">ResultMatchers()</a></span> - Constructor for class org.junit.experimental.results.<a href="./org/junit/experimental/results/ResultMatchers.html" title="class in org.junit.experimental.results">ResultMatchers</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/Rule.html" title="annotation in org.junit"><span class="strong">Rule</span></a> - Annotation Type in <a href="./org/junit/package-summary.html">org.junit</a></dt>
<dd>
<div class="block">Annotates fields that reference rules or methods that return a rule.</div>
</dd>
<dt><a href="./org/junit/rules/RuleChain.html" title="class in org.junit.rules"><span class="strong">RuleChain</span></a> - Class in <a href="./org/junit/rules/package-summary.html">org.junit.rules</a></dt>
<dd>
<div class="block">The RuleChain rule allows ordering of TestRules.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#rules(java.lang.Object)">rules(Object)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/max/MaxCore.html#run(java.lang.Class)">run(Class&lt;?&gt;)</a></span> - Method in class org.junit.experimental.max.<a href="./org/junit/experimental/max/MaxCore.html" title="class in org.junit.experimental.max">MaxCore</a></dt>
<dd>
<div class="block">Run all the tests in <code>class</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/max/MaxCore.html#run(org.junit.runner.Request)">run(Request)</a></span> - Method in class org.junit.experimental.max.<a href="./org/junit/experimental/max/MaxCore.html" title="class in org.junit.experimental.max">MaxCore</a></dt>
<dd>
<div class="block">Run all the tests contained in <code>request</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/max/MaxCore.html#run(org.junit.runner.Request, org.junit.runner.JUnitCore)">run(Request, JUnitCore)</a></span> - Method in class org.junit.experimental.max.<a href="./org/junit/experimental/max/MaxCore.html" title="class in org.junit.experimental.max">MaxCore</a></dt>
<dd>
<div class="block">Run all the tests contained in <code>request</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/JUnitCore.html#run(java.lang.Class...)">run(Class&lt;?&gt;...)</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/JUnitCore.html" title="class in org.junit.runner">JUnitCore</a></dt>
<dd>
<div class="block">Run all the tests in <code>classes</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/JUnitCore.html#run(org.junit.runner.Computer, java.lang.Class...)">run(Computer, Class&lt;?&gt;...)</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/JUnitCore.html" title="class in org.junit.runner">JUnitCore</a></dt>
<dd>
<div class="block">Run all the tests in <code>classes</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/JUnitCore.html#run(org.junit.runner.Request)">run(Request)</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/JUnitCore.html" title="class in org.junit.runner">JUnitCore</a></dt>
<dd>
<div class="block">Run all the tests contained in <code>request</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/JUnitCore.html#run(junit.framework.Test)">run(Test)</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/JUnitCore.html" title="class in org.junit.runner">JUnitCore</a></dt>
<dd>
<div class="block">Run all the tests contained in JUnit 3.8.x <code>test</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/JUnitCore.html#run(org.junit.runner.Runner)">run(Runner)</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/JUnitCore.html" title="class in org.junit.runner">JUnitCore</a></dt>
<dd>
<div class="block">Do not use.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Runner.html#run(org.junit.runner.notification.RunNotifier)">run(RunNotifier)</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Runner.html" title="class in org.junit.runner">Runner</a></dt>
<dd>
<div class="block">Run the tests for this runner.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#run(org.junit.runner.notification.RunNotifier)">run(RunNotifier)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#runChild(org.junit.runners.model.FrameworkMethod, org.junit.runner.notification.RunNotifier)">runChild(FrameworkMethod, RunNotifier)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#runChild(T, org.junit.runner.notification.RunNotifier)">runChild(T, RunNotifier)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>
<div class="block">Runs the test corresponding to <code>child</code>, which can be assumed to be
 an element of the list returned by <a href="./org/junit/runners/ParentRunner.html#getChildren()"><code>ParentRunner.getChildren()</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/Suite.html#runChild(org.junit.runner.Runner, org.junit.runner.notification.RunNotifier)">runChild(Runner, RunNotifier)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/Suite.html" title="class in org.junit.runners">Suite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/JUnitCore.html#runClasses(org.junit.runner.Computer, java.lang.Class...)">runClasses(Computer, Class&lt;?&gt;...)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/JUnitCore.html" title="class in org.junit.runner">JUnitCore</a></dt>
<dd>
<div class="block">Run the tests contained in <code>classes</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/JUnitCore.html#runClasses(java.lang.Class...)">runClasses(Class&lt;?&gt;...)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/JUnitCore.html" title="class in org.junit.runner">JUnitCore</a></dt>
<dd>
<div class="block">Run the tests contained in <code>classes</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#runLeaf(org.junit.runners.model.Statement, org.junit.runner.Description, org.junit.runner.notification.RunNotifier)">runLeaf(Statement, Description, RunNotifier)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>
<div class="block">Runs a <a href="./org/junit/runners/model/Statement.html" title="class in org.junit.runners.model"><code>Statement</code></a> that represents a leaf (aka atomic) test.</div>
</dd>
<dt><a href="./org/junit/runner/notification/RunListener.html" title="class in org.junit.runner.notification"><span class="strong">RunListener</span></a> - Class in <a href="./org/junit/runner/notification/package-summary.html">org.junit.runner.notification</a></dt>
<dd>
<div class="block">If you need to respond to the events during a test run, extend <code>RunListener</code>
 and override the appropriate methods.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunListener.html#RunListener()">RunListener()</a></span> - Constructor for class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunListener.html" title="class in org.junit.runner.notification">RunListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Request.html#runner(org.junit.runner.Runner)">runner(Runner)</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/Request.html" title="class in org.junit.runner">Request</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runner/Runner.html" title="class in org.junit.runner"><span class="strong">Runner</span></a> - Class in <a href="./org/junit/runner/package-summary.html">org.junit.runner</a></dt>
<dd>
<div class="block">A <code>Runner</code> runs tests and notifies a <a href="./org/junit/runner/notification/RunNotifier.html" title="class in org.junit.runner.notification"><code>RunNotifier</code></a>
 of significant events as it does so.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Runner.html#Runner()">Runner()</a></span> - Constructor for class org.junit.runner.<a href="./org/junit/runner/Runner.html" title="class in org.junit.runner">Runner</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runners/model/RunnerBuilder.html" title="class in org.junit.runners.model"><span class="strong">RunnerBuilder</span></a> - Class in <a href="./org/junit/runners/model/package-summary.html">org.junit.runners.model</a></dt>
<dd>
<div class="block">A RunnerBuilder is a strategy for constructing runners for classes.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/RunnerBuilder.html#RunnerBuilder()">RunnerBuilder()</a></span> - Constructor for class org.junit.runners.model.<a href="./org/junit/runners/model/RunnerBuilder.html" title="class in org.junit.runners.model">RunnerBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/RunnerBuilder.html#runnerForClass(java.lang.Class)">runnerForClass(Class&lt;?&gt;)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/RunnerBuilder.html" title="class in org.junit.runners.model">RunnerBuilder</a></dt>
<dd>
<div class="block">Override to calculate the correct runner for a test class at runtime.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/RunnerBuilder.html#runners(java.lang.Class, java.lang.Class[])">runners(Class&lt;?&gt;, Class&lt;?&gt;[])</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/RunnerBuilder.html" title="class in org.junit.runners.model">RunnerBuilder</a></dt>
<dd>
<div class="block">Constructs and returns a list of Runners, one for each child class in
 <code>children</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/RunnerBuilder.html#runners(java.lang.Class, java.util.List)">runners(Class&lt;?&gt;, List&lt;Class&lt;?&gt;&gt;)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/RunnerBuilder.html" title="class in org.junit.runners.model">RunnerBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runners/model/RunnerScheduler.html" title="interface in org.junit.runners.model"><span class="strong">RunnerScheduler</span></a> - Interface in <a href="./org/junit/runners/model/package-summary.html">org.junit.runners.model</a></dt>
<dd>
<div class="block">Represents a strategy for scheduling when individual test methods
 should be run (in serial or parallel)

 WARNING: still experimental, may go away.</div>
</dd>
<dt><a href="./org/junit/runner/notification/RunNotifier.html" title="class in org.junit.runner.notification"><span class="strong">RunNotifier</span></a> - Class in <a href="./org/junit/runner/notification/package-summary.html">org.junit.runner.notification</a></dt>
<dd>
<div class="block">If you write custom runners, you may need to notify JUnit of your progress running tests.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunNotifier.html#RunNotifier()">RunNotifier()</a></span> - Constructor for class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunNotifier.html" title="class in org.junit.runner.notification">RunNotifier</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/rules/RunRules.html" title="class in org.junit.rules"><span class="strong">RunRules</span></a> - Class in <a href="./org/junit/rules/package-summary.html">org.junit.rules</a></dt>
<dd>
<div class="block">Runs a collection of rules on a statement.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/RunRules.html#RunRules(org.junit.runners.model.Statement, java.lang.Iterable, org.junit.runner.Description)">RunRules(Statement, Iterable&lt;TestRule&gt;, Description)</a></span> - Constructor for class org.junit.rules.<a href="./org/junit/rules/RunRules.html" title="class in org.junit.rules">RunRules</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runner/RunWith.html" title="annotation in org.junit.runner"><span class="strong">RunWith</span></a> - Annotation Type in <a href="./org/junit/runner/package-summary.html">org.junit.runner</a></dt>
<dd>
<div class="block">When a class is annotated with <code>&#064;RunWith</code> or extends a class annotated
 with <code>&#064;RunWith</code>, JUnit will invoke the class it references to run the
 tests in that class instead of the runner built into JUnit.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html#runWithAssignment(org.junit.experimental.theories.internal.Assignments)">runWithAssignment(Assignments)</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html" title="class in org.junit.experimental.theories">Theories.TheoryAnchor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html#runWithCompleteAssignment(org.junit.experimental.theories.internal.Assignments)">runWithCompleteAssignment(Assignments)</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html" title="class in org.junit.experimental.theories">Theories.TheoryAnchor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html#runWithIncompleteAssignment(org.junit.experimental.theories.internal.Assignments)">runWithIncompleteAssignment(Assignments)</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html" title="class in org.junit.experimental.theories">Theories.TheoryAnchor</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_S_">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./org/junit/runners/model/RunnerBuilder.html#safeRunnerForClass(java.lang.Class)">safeRunnerForClass(Class&lt;?&gt;)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/RunnerBuilder.html" title="class in org.junit.runners.model">RunnerBuilder</a></dt>
<dd>
<div class="block">Always returns a runner, even if it is just one that prints an error instead of running tests.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/RunnerScheduler.html#schedule(java.lang.Runnable)">schedule(Runnable)</a></span> - Method in interface org.junit.runners.model.<a href="./org/junit/runners/model/RunnerScheduler.html" title="interface in org.junit.runners.model">RunnerScheduler</a></dt>
<dd>
<div class="block">Schedule a child statement to run</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Computer.html#serial()">serial()</a></span> - Static method in class org.junit.runner.<a href="./org/junit/runner/Computer.html" title="class in org.junit.runner">Computer</a></dt>
<dd>
<div class="block">Returns a new default computer, which runs tests in serial order</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#setScheduler(org.junit.runners.model.RunnerScheduler)">setScheduler(RunnerScheduler)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>
<div class="block">Sets a scheduler that determines the order and parallelization
 of children.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/categories/Categories.CategoryFilter.html#shouldRun(org.junit.runner.Description)">shouldRun(Description)</a></span> - Method in class org.junit.experimental.categories.<a href="./org/junit/experimental/categories/Categories.CategoryFilter.html" title="class in org.junit.experimental.categories">Categories.CategoryFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/manipulation/Filter.html#shouldRun(org.junit.runner.Description)">shouldRun(Description)</a></span> - Method in class org.junit.runner.manipulation.<a href="./org/junit/runner/manipulation/Filter.html" title="class in org.junit.runner.manipulation">Filter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/ParameterSignature.html#signatures(java.lang.reflect.Method)">signatures(Method)</a></span> - Static method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/ParameterSignature.html" title="class in org.junit.experimental.theories">ParameterSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/ParameterSignature.html#signatures(java.lang.reflect.Constructor)">signatures(Constructor&lt;?&gt;)</a></span> - Static method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/ParameterSignature.html" title="class in org.junit.experimental.theories">ParameterSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestWatcher.html#skipped(org.junit.internal.AssumptionViolatedException, org.junit.runner.Description)">skipped(AssumptionViolatedException, Description)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TestWatcher.html" title="class in org.junit.rules">TestWatcher</a></dt>
<dd>
<div class="block">Invoked when a test is skipped due to a failed assumption.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/manipulation/Sortable.html#sort(org.junit.runner.manipulation.Sorter)">sort(Sorter)</a></span> - Method in interface org.junit.runner.manipulation.<a href="./org/junit/runner/manipulation/Sortable.html" title="interface in org.junit.runner.manipulation">Sortable</a></dt>
<dd>
<div class="block">Sorts the tests using <code>sorter</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#sort(org.junit.runner.manipulation.Sorter)">sort(Sorter)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runner/manipulation/Sortable.html" title="interface in org.junit.runner.manipulation"><span class="strong">Sortable</span></a> - Interface in <a href="./org/junit/runner/manipulation/package-summary.html">org.junit.runner.manipulation</a></dt>
<dd>
<div class="block">Interface for runners that allow sorting of tests.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/max/MaxCore.html#sortedLeavesForTest(org.junit.runner.Request)">sortedLeavesForTest(Request)</a></span> - Method in class org.junit.experimental.max.<a href="./org/junit/experimental/max/MaxCore.html" title="class in org.junit.experimental.max">MaxCore</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runner/manipulation/Sorter.html" title="class in org.junit.runner.manipulation"><span class="strong">Sorter</span></a> - Class in <a href="./org/junit/runner/manipulation/package-summary.html">org.junit.runner.manipulation</a></dt>
<dd>
<div class="block">A <code>Sorter</code> orders tests.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/manipulation/Sorter.html#Sorter(java.util.Comparator)">Sorter(Comparator&lt;Description&gt;)</a></span> - Constructor for class org.junit.runner.manipulation.<a href="./org/junit/runner/manipulation/Sorter.html" title="class in org.junit.runner.manipulation">Sorter</a></dt>
<dd>
<div class="block">Creates a <code>Sorter</code> that uses <code>comparator</code>
 to sort tests</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/max/MaxCore.html#sortRequest(org.junit.runner.Request)">sortRequest(Request)</a></span> - Method in class org.junit.experimental.max.<a href="./org/junit/experimental/max/MaxCore.html" title="class in org.junit.experimental.max">MaxCore</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Request.html#sortWith(java.util.Comparator)">sortWith(Comparator&lt;Description&gt;)</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Request.html" title="class in org.junit.runner">Request</a></dt>
<dd>
<div class="block">Returns a Request whose Tests can be run in a certain order, defined by
 <code>comparator</code>

 For example, here is code to run a test suite in alphabetical order:</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestName.html#starting(org.junit.runner.Description)">starting(Description)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TestName.html" title="class in org.junit.rules">TestName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestWatcher.html#starting(org.junit.runner.Description)">starting(Description)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TestWatcher.html" title="class in org.junit.rules">TestWatcher</a></dt>
<dd>
<div class="block">Invoked when a test is about to start</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestWatchman.html#starting(org.junit.runners.model.FrameworkMethod)">starting(FrameworkMethod)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TestWatchman.html" title="class in org.junit.rules">TestWatchman</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Invoked when a test method is about to start</div>
</dd>
<dt><a href="./org/junit/runners/model/Statement.html" title="class in org.junit.runners.model"><span class="strong">Statement</span></a> - Class in <a href="./org/junit/runners/model/package-summary.html">org.junit.runners.model</a></dt>
<dd>
<div class="block">Represents one or more actions to be taken at runtime in the course
 of running a JUnit test suite.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/Statement.html#Statement()">Statement()</a></span> - Constructor for class org.junit.runners.model.<a href="./org/junit/runners/model/Statement.html" title="class in org.junit.runners.model">Statement</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/runner/notification/StoppedByUserException.html" title="class in org.junit.runner.notification"><span class="strong">StoppedByUserException</span></a> - Exception in <a href="./org/junit/runner/notification/package-summary.html">org.junit.runner.notification</a></dt>
<dd>
<div class="block">Thrown when a user has requested that the test run stop.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/StoppedByUserException.html#StoppedByUserException()">StoppedByUserException()</a></span> - Constructor for exception org.junit.runner.notification.<a href="./org/junit/runner/notification/StoppedByUserException.html" title="class in org.junit.runner.notification">StoppedByUserException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/max/MaxCore.html#storedLocally(java.io.File)">storedLocally(File)</a></span> - Static method in class org.junit.experimental.max.<a href="./org/junit/experimental/max/MaxCore.html" title="class in org.junit.experimental.max">MaxCore</a></dt>
<dd>
<div class="block">Create a new MaxCore from a serialized file stored at storedResults</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestWatcher.html#succeeded(org.junit.runner.Description)">succeeded(Description)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TestWatcher.html" title="class in org.junit.rules">TestWatcher</a></dt>
<dd>
<div class="block">Invoked when a test succeeds</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestWatchman.html#succeeded(org.junit.runners.model.FrameworkMethod)">succeeded(FrameworkMethod)</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/TestWatchman.html" title="class in org.junit.rules">TestWatchman</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Invoked when a test method succeeds</div>
</dd>
<dt><a href="./org/junit/runners/Suite.html" title="class in org.junit.runners"><span class="strong">Suite</span></a> - Class in <a href="./org/junit/runners/package-summary.html">org.junit.runners</a></dt>
<dd>
<div class="block">Using <code>Suite</code> as a runner allows you to manually
 build a suite containing tests from many classes.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/Suite.html#Suite(java.lang.Class, org.junit.runners.model.RunnerBuilder)">Suite(Class&lt;?&gt;, RunnerBuilder)</a></span> - Constructor for class org.junit.runners.<a href="./org/junit/runners/Suite.html" title="class in org.junit.runners">Suite</a></dt>
<dd>
<div class="block">Called reflectively on classes annotated with <code>@RunWith(Suite.class)</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/Suite.html#Suite(org.junit.runners.model.RunnerBuilder, java.lang.Class[])">Suite(RunnerBuilder, Class&lt;?&gt;[])</a></span> - Constructor for class org.junit.runners.<a href="./org/junit/runners/Suite.html" title="class in org.junit.runners">Suite</a></dt>
<dd>
<div class="block">Call this when there is no single root class (for example, multiple class names
 passed on the command line to <a href="./org/junit/runner/JUnitCore.html" title="class in org.junit.runner"><code>JUnitCore</code></a></div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/Suite.html#Suite(java.lang.Class, java.lang.Class[])">Suite(Class&lt;?&gt;, Class&lt;?&gt;[])</a></span> - Constructor for class org.junit.runners.<a href="./org/junit/runners/Suite.html" title="class in org.junit.runners">Suite</a></dt>
<dd>
<div class="block">Call this when the default builder is good enough.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/Suite.html#Suite(org.junit.runners.model.RunnerBuilder, java.lang.Class, java.lang.Class[])">Suite(RunnerBuilder, Class&lt;?&gt;, Class&lt;?&gt;[])</a></span> - Constructor for class org.junit.runners.<a href="./org/junit/runners/Suite.html" title="class in org.junit.runners">Suite</a></dt>
<dd>
<div class="block">Called by this class and subclasses once the classes making up the suite have been determined</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/Suite.html#Suite(java.lang.Class, java.util.List)">Suite(Class&lt;?&gt;, List&lt;Runner&gt;)</a></span> - Constructor for class org.junit.runners.<a href="./org/junit/runners/Suite.html" title="class in org.junit.runners">Suite</a></dt>
<dd>
<div class="block">Called by this class and subclasses once the runners making up the suite have been determined</div>
</dd>
<dt><a href="./org/junit/runners/Suite.SuiteClasses.html" title="annotation in org.junit.runners"><span class="strong">Suite.SuiteClasses</span></a> - Annotation Type in <a href="./org/junit/runners/package-summary.html">org.junit.runners</a></dt>
<dd>
<div class="block">The <code>SuiteClasses</code> annotation specifies the classes to be run when a class
 annotated with <code>@RunWith(Suite.class)</code> is run.</div>
</dd>
</dl>
<a name="_T_">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><a href="./org/junit/rules/TemporaryFolder.html" title="class in org.junit.rules"><span class="strong">TemporaryFolder</span></a> - Class in <a href="./org/junit/rules/package-summary.html">org.junit.rules</a></dt>
<dd>
<div class="block">The TemporaryFolder Rule allows creation of files and folders that are
 guaranteed to be deleted when the test method finishes (whether it passes or
 fails):</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TemporaryFolder.html#TemporaryFolder()">TemporaryFolder()</a></span> - Constructor for class org.junit.rules.<a href="./org/junit/rules/TemporaryFolder.html" title="class in org.junit.rules">TemporaryFolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/rules/TemporaryFolder.html#TemporaryFolder(java.io.File)">TemporaryFolder(File)</a></span> - Constructor for class org.junit.rules.<a href="./org/junit/rules/TemporaryFolder.html" title="class in org.junit.rules">TemporaryFolder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/Test.html" title="annotation in org.junit"><span class="strong">Test</span></a> - Annotation Type in <a href="./org/junit/package-summary.html">org.junit</a></dt>
<dd>
<div class="block">The <code>Test</code> annotation tells JUnit that the <code>public void</code> method
 to which it is attached can be run as a test case.</div>
</dd>
<dt><a href="./org/junit/Test.None.html" title="class in org.junit"><span class="strong">Test.None</span></a> - Class in <a href="./org/junit/package-summary.html">org.junit</a></dt>
<dd>
<div class="block">Default empty exception</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#TEST_MECHANISM">TEST_MECHANISM</a></span> - Static variable in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>
<div class="block">Describes a step in the test-running mechanism that goes so wrong no
 other description can be used (for example, an exception thrown from a Runner's
 constructor</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunListener.html#testAssumptionFailure(org.junit.runner.notification.Failure)">testAssumptionFailure(Failure)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunListener.html" title="class in org.junit.runner.notification">RunListener</a></dt>
<dd>
<div class="block">Called when an atomic test flags that it assumes a condition that is
 false</div>
</dd>
<dt><a href="./org/junit/runners/model/TestClass.html" title="class in org.junit.runners.model"><span class="strong">TestClass</span></a> - Class in <a href="./org/junit/runners/model/package-summary.html">org.junit.runners.model</a></dt>
<dd>
<div class="block">Wraps a class to be run, providing method validation and annotation searching</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/TestClass.html#TestClass(java.lang.Class)">TestClass(Class&lt;?&gt;)</a></span> - Constructor for class org.junit.runners.model.<a href="./org/junit/runners/model/TestClass.html" title="class in org.junit.runners.model">TestClass</a></dt>
<dd>
<div class="block">Creates a <code>TestClass</code> wrapping <code>klass</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/max/MaxHistory.html#testComparator()">testComparator()</a></span> - Method in class org.junit.experimental.max.<a href="./org/junit/experimental/max/MaxHistory.html" title="class in org.junit.experimental.max">MaxHistory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#testCount()">testCount()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Runner.html#testCount()">testCount()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Runner.html" title="class in org.junit.runner">Runner</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/theories/suppliers/TestedOn.html" title="annotation in org.junit.experimental.theories.suppliers"><span class="strong">TestedOn</span></a> - Annotation Type in <a href="./org/junit/experimental/theories/suppliers/package-summary.html">org.junit.experimental.theories.suppliers</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/theories/suppliers/TestedOnSupplier.html" title="class in org.junit.experimental.theories.suppliers"><span class="strong">TestedOnSupplier</span></a> - Class in <a href="./org/junit/experimental/theories/suppliers/package-summary.html">org.junit.experimental.theories.suppliers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/suppliers/TestedOnSupplier.html#TestedOnSupplier()">TestedOnSupplier()</a></span> - Constructor for class org.junit.experimental.theories.suppliers.<a href="./org/junit/experimental/theories/suppliers/TestedOnSupplier.html" title="class in org.junit.experimental.theories.suppliers">TestedOnSupplier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunListener.html#testFailure(org.junit.runner.notification.Failure)">testFailure(Failure)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunListener.html" title="class in org.junit.runner.notification">RunListener</a></dt>
<dd>
<div class="block">Called when an atomic test fails.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunListener.html#testFinished(org.junit.runner.Description)">testFinished(Description)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunListener.html" title="class in org.junit.runner.notification">RunListener</a></dt>
<dd>
<div class="block">Called when an atomic test has finished, whether the test succeeds or fails.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunListener.html#testIgnored(org.junit.runner.Description)">testIgnored(Description)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunListener.html" title="class in org.junit.runner.notification">RunListener</a></dt>
<dd>
<div class="block">Called when a test will not be run, generally because a test method is annotated
 with <a href="./org/junit/Ignore.html" title="annotation in org.junit"><code>Ignore</code></a>.</div>
</dd>
<dt><a href="./org/junit/rules/TestName.html" title="class in org.junit.rules"><span class="strong">TestName</span></a> - Class in <a href="./org/junit/rules/package-summary.html">org.junit.rules</a></dt>
<dd>
<div class="block">The TestName Rule makes the current test name available inside test methods:</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestName.html#TestName()">TestName()</a></span> - Constructor for class org.junit.rules.<a href="./org/junit/rules/TestName.html" title="class in org.junit.rules">TestName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#testName(org.junit.runners.model.FrameworkMethod)">testName(FrameworkMethod)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>
<div class="block">Returns the name that describes <code>method</code> for <a href="./org/junit/runner/Description.html" title="class in org.junit.runner"><code>Description</code></a>s.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/results/PrintableResult.html#testResult(java.lang.Class)">testResult(Class&lt;?&gt;)</a></span> - Static method in class org.junit.experimental.results.<a href="./org/junit/experimental/results/PrintableResult.html" title="class in org.junit.experimental.results">PrintableResult</a></dt>
<dd>
<div class="block">The result of running JUnit on <code>type</code></div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/results/PrintableResult.html#testResult(org.junit.runner.Request)">testResult(Request)</a></span> - Static method in class org.junit.experimental.results.<a href="./org/junit/experimental/results/PrintableResult.html" title="class in org.junit.experimental.results">PrintableResult</a></dt>
<dd>
<div class="block">The result of running JUnit on Request <code>request</code></div>
</dd>
<dt><a href="./org/junit/rules/TestRule.html" title="interface in org.junit.rules"><span class="strong">TestRule</span></a> - Interface in <a href="./org/junit/rules/package-summary.html">org.junit.rules</a></dt>
<dd>
<div class="block">A TestRule is an alteration in how a test method, or set of test methods,
 is run and reported.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunListener.html#testRunFinished(org.junit.runner.Result)">testRunFinished(Result)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunListener.html" title="class in org.junit.runner.notification">RunListener</a></dt>
<dd>
<div class="block">Called when all tests have finished</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunListener.html#testRunStarted(org.junit.runner.Description)">testRunStarted(Description)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunListener.html" title="class in org.junit.runner.notification">RunListener</a></dt>
<dd>
<div class="block">Called before any tests have been run.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/RunListener.html#testStarted(org.junit.runner.Description)">testStarted(Description)</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/RunListener.html" title="class in org.junit.runner.notification">RunListener</a></dt>
<dd>
<div class="block">Called when an atomic test is about to be started.</div>
</dd>
<dt><a href="./org/junit/rules/TestWatcher.html" title="class in org.junit.rules"><span class="strong">TestWatcher</span></a> - Class in <a href="./org/junit/rules/package-summary.html">org.junit.rules</a></dt>
<dd>
<div class="block">TestWatcher is a base class for Rules that take note of the testing
 action, without modifying it.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestWatcher.html#TestWatcher()">TestWatcher()</a></span> - Constructor for class org.junit.rules.<a href="./org/junit/rules/TestWatcher.html" title="class in org.junit.rules">TestWatcher</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/rules/TestWatchman.html" title="class in org.junit.rules"><span class="strong">TestWatchman</span></a> - Class in <a href="./org/junit/rules/package-summary.html">org.junit.rules</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/junit/rules/TestWatcher.html" title="class in org.junit.rules"><code>TestWatcher</code></a> (which implements <a href="./org/junit/rules/TestRule.html" title="interface in org.junit.rules"><code>TestRule</code></a>) instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/TestWatchman.html#TestWatchman()">TestWatchman()</a></span> - Constructor for class org.junit.rules.<a href="./org/junit/rules/TestWatchman.html" title="class in org.junit.rules">TestWatchman</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="./org/junit/experimental/theories/Theories.html" title="class in org.junit.experimental.theories"><span class="strong">Theories</span></a> - Class in <a href="./org/junit/experimental/theories/package-summary.html">org.junit.experimental.theories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/Theories.html#Theories(java.lang.Class)">Theories(Class&lt;?&gt;)</a></span> - Constructor for class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/Theories.html" title="class in org.junit.experimental.theories">Theories</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html" title="class in org.junit.experimental.theories"><span class="strong">Theories.TheoryAnchor</span></a> - Class in <a href="./org/junit/experimental/theories/package-summary.html">org.junit.experimental.theories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html#Theories.TheoryAnchor(org.junit.runners.model.FrameworkMethod, org.junit.runners.model.TestClass)">Theories.TheoryAnchor(FrameworkMethod, TestClass)</a></span> - Constructor for class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/Theories.TheoryAnchor.html" title="class in org.junit.experimental.theories">Theories.TheoryAnchor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/experimental/theories/Theory.html" title="annotation in org.junit.experimental.theories"><span class="strong">Theory</span></a> - Annotation Type in <a href="./org/junit/experimental/theories/package-summary.html">org.junit.experimental.theories</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/junit/rules/Timeout.html" title="class in org.junit.rules"><span class="strong">Timeout</span></a> - Class in <a href="./org/junit/rules/package-summary.html">org.junit.rules</a></dt>
<dd>
<div class="block">The Timeout Rule applies the same timeout to all test methods in a class:</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/Timeout.html#Timeout(int)">Timeout(int)</a></span> - Constructor for class org.junit.rules.<a href="./org/junit/rules/Timeout.html" title="class in org.junit.rules">Timeout</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/experimental/results/PrintableResult.html#toString()">toString()</a></span> - Method in class org.junit.experimental.results.<a href="./org/junit/experimental/results/PrintableResult.html" title="class in org.junit.experimental.results">PrintableResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/Description.html#toString()">toString()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Description.html" title="class in org.junit.runner">Description</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runner/notification/Failure.html#toString()">toString()</a></span> - Method in class org.junit.runner.notification.<a href="./org/junit/runner/notification/Failure.html" title="class in org.junit.runner.notification">Failure</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_V_">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./org/junit/experimental/theories/Theories.html#validateConstructor(java.util.List)">validateConstructor(List&lt;Throwable&gt;)</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/Theories.html" title="class in org.junit.experimental.theories">Theories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#validateConstructor(java.util.List)">validateConstructor(List&lt;Throwable&gt;)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>
<div class="block">Adds to <code>errors</code> if the test class has more than one constructor,
 or if the constructor takes parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#validateFields(java.util.List)">validateFields(List&lt;Throwable&gt;)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#validateInstanceMethods(java.util.List)">validateInstanceMethods(List&lt;Throwable&gt;)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>unused API, will go away in future version</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#validateNoNonStaticInnerClass(java.util.List)">validateNoNonStaticInnerClass(List&lt;Throwable&gt;)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#validateNoTypeParametersOnArgs(java.util.List)">validateNoTypeParametersOnArgs(List&lt;Throwable&gt;)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#validateOnlyOneConstructor(java.util.List)">validateOnlyOneConstructor(List&lt;Throwable&gt;)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>
<div class="block">Adds to <code>errors</code> if the test class has more than one constructor
 (do not override)</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#validatePublicVoid(boolean, java.util.List)">validatePublicVoid(boolean, List&lt;Throwable&gt;)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>
<div class="block">Adds to <code>errors</code> if this method:
 
 is not public, or
 returns something other than void, or
 is static (given <code>isStatic is false</code>), or
 is not static (given <code>isStatic is true</code>).</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/model/FrameworkMethod.html#validatePublicVoidNoArg(boolean, java.util.List)">validatePublicVoidNoArg(boolean, List&lt;Throwable&gt;)</a></span> - Method in class org.junit.runners.model.<a href="./org/junit/runners/model/FrameworkMethod.html" title="class in org.junit.runners.model">FrameworkMethod</a></dt>
<dd>
<div class="block">Adds to <code>errors</code> if this method:
 
 is not public, or
 takes parameters, or
 returns something other than void, or
 is static (given <code>isStatic is false</code>), or
 is not static (given <code>isStatic is true</code>).</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#validatePublicVoidNoArgMethods(java.lang.Class, boolean, java.util.List)">validatePublicVoidNoArgMethods(Class&lt;? extends Annotation&gt;, boolean, List&lt;Throwable&gt;)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>
<div class="block">Adds to <code>errors</code> if any method in this class is annotated with
 <code>annotation</code>, but:
 
 is not public, or
 takes parameters, or
 returns something other than void, or
 is static (given <code>isStatic is false</code>), or
 is not static (given <code>isStatic is true</code>).</div>
</dd>
<dt><span class="strong"><a href="./org/junit/experimental/theories/Theories.html#validateTestMethods(java.util.List)">validateTestMethods(List&lt;Throwable&gt;)</a></span> - Method in class org.junit.experimental.theories.<a href="./org/junit/experimental/theories/Theories.html" title="class in org.junit.experimental.theories">Theories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#validateTestMethods(java.util.List)">validateTestMethods(List&lt;Throwable&gt;)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>
<div class="block">Adds to <code>errors</code> for each method annotated with <code>@Test</code>that
 is not a public, void instance method with no arguments.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#validateZeroArgConstructor(java.util.List)">validateZeroArgConstructor(List&lt;Throwable&gt;)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>
<div class="block">Adds to <code>errors</code> if the test class's single constructor takes
 parameters (do not override)</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/MethodSorters.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.junit.runners.<a href="./org/junit/runners/MethodSorters.html" title="enum in org.junit.runners">MethodSorters</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/MethodSorters.html#values()">values()</a></span> - Static method in enum org.junit.runners.<a href="./org/junit/runners/MethodSorters.html" title="enum in org.junit.runners">MethodSorters</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><a href="./org/junit/rules/Verifier.html" title="class in org.junit.rules"><span class="strong">Verifier</span></a> - Class in <a href="./org/junit/rules/package-summary.html">org.junit.rules</a></dt>
<dd>
<div class="block">Verifier is a base class for Rules like ErrorCollector, which can turn
 otherwise passing test methods into failing tests if a verification check is
 failed</div>
</dd>
<dt><span class="strong"><a href="./org/junit/rules/Verifier.html#Verifier()">Verifier()</a></span> - Constructor for class org.junit.rules.<a href="./org/junit/rules/Verifier.html" title="class in org.junit.rules">Verifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/rules/ErrorCollector.html#verify()">verify()</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/ErrorCollector.html" title="class in org.junit.rules">ErrorCollector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/rules/Verifier.html#verify()">verify()</a></span> - Method in class org.junit.rules.<a href="./org/junit/rules/Verifier.html" title="class in org.junit.rules">Verifier</a></dt>
<dd>
<div class="block">Override this to add verification logic.</div>
</dd>
</dl>
<a name="_W_">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./org/junit/runner/Result.html#wasSuccessful()">wasSuccessful()</a></span> - Method in class org.junit.runner.<a href="./org/junit/runner/Result.html" title="class in org.junit.runner">Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#withAfterClasses(org.junit.runners.model.Statement)">withAfterClasses(Statement)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>
<div class="block">Returns a <a href="./org/junit/runners/model/Statement.html" title="class in org.junit.runners.model"><code>Statement</code></a>: run all non-overridden <code>@AfterClass</code> methods on this class
 and superclasses before executing <code>statement</code>; all AfterClass methods are
 always executed: exceptions thrown by previous steps are combined, if
 necessary, with exceptions from AfterClass methods into a
 <a href="./org/junit/runners/model/MultipleFailureException.html" title="class in org.junit.runners.model"><code>MultipleFailureException</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#withAfters(org.junit.runners.model.FrameworkMethod, java.lang.Object, org.junit.runners.model.Statement)">withAfters(FrameworkMethod, Object, Statement)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Will be private soon: use Rules instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/ParentRunner.html#withBeforeClasses(org.junit.runners.model.Statement)">withBeforeClasses(Statement)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/ParentRunner.html" title="class in org.junit.runners">ParentRunner</a></dt>
<dd>
<div class="block">Returns a <a href="./org/junit/runners/model/Statement.html" title="class in org.junit.runners.model"><code>Statement</code></a>: run all non-overridden <code>@BeforeClass</code> methods on this class
 and superclasses before executing <code>statement</code>; if any throws an
 Exception, stop execution and pass the exception on.</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#withBefores(org.junit.runners.model.FrameworkMethod, java.lang.Object, org.junit.runners.model.Statement)">withBefores(FrameworkMethod, Object, Statement)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Will be private soon: use Rules instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/junit/runners/BlockJUnit4ClassRunner.html#withPotentialTimeout(org.junit.runners.model.FrameworkMethod, java.lang.Object, org.junit.runners.model.Statement)">withPotentialTimeout(FrameworkMethod, Object, Statement)</a></span> - Method in class org.junit.runners.<a href="./org/junit/runners/BlockJUnit4ClassRunner.html" title="class in org.junit.runners">BlockJUnit4ClassRunner</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Will be private soon: use Rules instead</i></div>
</div>
</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>