BAEL-6506: Added IntTest to pmd and poms (#4525)

This commit is contained in:
Sanjay Patel
2018-06-22 16:39:57 +05:30
committed by Grzegorz Piwowarek
parent 1848c25f49
commit f7953fd65d
44 changed files with 360 additions and 338 deletions

View File

@@ -11,6 +11,7 @@ public class UnitTestNamingConventionRule extends AbstractJavaRule {
private static List<String> allowedEndings = Arrays.asList(
"IntegrationTest",
"IntTest",
"ManualTest",
"JdbcTest",
"LiveTest",