/plugins/InspectionGadgets/src/inspectionDescriptions/SetupIsPublicVoidNoArg.html
https://bitbucket.org/nbargnesi/idea · HTML · 12 lines · 11 code · 0 blank · 1 comment · 0 complexity · 9f0f2861831a715904f4f8810e193b19 MD5 · raw file
- <html>
- <body>
- This inspection reports JUnit classes whose <b>setUp()</b> method
- is not declared
- <b>public</b>, does not return <b>void</b>, or takes arguments.
- Such <b>setUp()</b> methods are easy to create inadvertently,
- and will not be executed by JUnit tests runners.
- <!-- tooltip end -->
- <p>
- <small>Powered by InspectionGadgets</small>
- </body>
- </html>