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

</body>
</html>