mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
12 lines
603 B
HTML
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> |