summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/TestMethodIsPublicVoidNoArg.html
blob: a31b39a1a7101308d2c84c3367a6ff58099713f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<body>
Reports any JUnit test methods whose names which are not declared
<b>public</b>, do not return
<b>void</b>, or take arguments.
Such test methods are easy to create inadvertently, but will not be executed by
JUnit test runners.
<!-- tooltip end -->
<p>

</body>
</html>