/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
  1. <html>
  2. <body>
  3. This inspection reports JUnit classes whose <b>setUp()</b> method
  4. is not declared
  5. <b>public</b>, does not return <b>void</b>, or takes arguments.
  6. Such <b>setUp()</b> methods are easy to create inadvertently,
  7. and will not be executed by JUnit tests runners.
  8. <!-- tooltip end -->
  9. <p>
  10. <small>Powered by InspectionGadgets</small>
  11. </body>
  12. </html>