Files
openide/plugins/testng/resources/inspectionDescriptions/TestNGMethodNamingConvention.html
Aleksandra Zolushkina ae24cbfbf2 Proofread TestNG inspection descriptions
GitOrigin-RevId: 4bb6c4227fe61f958bce3eaa82e97e28b22ba6ea
2021-05-14 19:45:32 +00:00

12 lines
603 B
HTML

<html>
<body>
Reports TestNG test methods whose names are either too short, too long, or do not follow the specified regular expression pattern.
<p>When this inspection is enabled, the <i>Instance method naming convention</i> inspection
ignores TestNG test methods automatically.</p>
<!-- tooltip end -->
<p>
Use the fields to specify minimum length, maximum length, and a regular expression expected for TestNG test method names.
Specify <b>0</b> in order not to check the length of names. Regular expressions are specified in the standard <code>java.util.regex</code> format.
<p>
</body>
</html>