@@ -102,7 +102,7 @@ public void testResourceDirectoryStructure(ResourcesMojo mojo) throws Exception
102102 @ Test
103103 @ InjectMojo (goal = "resources" , pom = CONFIG_XML )
104104 @ Basedir
105- public void testResourceDirectoryStructure_RelativePath (ResourcesMojo mojo ) throws Exception {
105+ public void testResourceDirectoryStructureRelativePath (ResourcesMojo mojo ) throws Exception {
106106 assertNotNull (mojo );
107107
108108 MavenProjectResourcesStub project = (MavenProjectResourcesStub ) mojo .project ;
@@ -297,7 +297,7 @@ public void testResourceTargetPath(ResourcesMojo mojo) throws Exception {
297297 @ Test
298298 @ InjectMojo (goal = "resources" , pom = CONFIG_XML )
299299 @ Basedir
300- public void testResourceSystemProperties_Filtering (ResourcesMojo mojo ) throws Exception {
300+ public void testResourceSystemPropertiesFiltering (ResourcesMojo mojo ) throws Exception {
301301 assertNotNull (mojo );
302302
303303 MavenProjectResourcesStub project = (MavenProjectResourcesStub ) mojo .project ;
@@ -338,7 +338,7 @@ public void testResourceSystemProperties_Filtering(ResourcesMojo mojo) throws Ex
338338 @ Test
339339 @ InjectMojo (goal = "resources" , pom = CONFIG_XML )
340340 @ Basedir
341- public void testResourceProjectProperties_Filtering (ResourcesMojo mojo ) throws Exception {
341+ public void testResourceProjectPropertiesFiltering (ResourcesMojo mojo ) throws Exception {
342342 assertNotNull (mojo );
343343
344344 MavenProjectResourcesStub project = (MavenProjectResourcesStub ) mojo .project ;
@@ -367,7 +367,7 @@ public void testResourceProjectProperties_Filtering(ResourcesMojo mojo) throws E
367367 @ Test
368368 @ InjectMojo (goal = "resources" , pom = CONFIG_XML )
369369 @ Basedir
370- public void testProjectProperty_Filtering_PropertyDestination (ResourcesMojo mojo ) throws Exception {
370+ public void testProjectPropertyFilteringPropertyDestination (ResourcesMojo mojo ) throws Exception {
371371 assertNotNull (mojo );
372372
373373 MavenProjectResourcesStub project = (MavenProjectResourcesStub ) mojo .project ;
@@ -399,7 +399,7 @@ public void testProjectProperty_Filtering_PropertyDestination(ResourcesMojo mojo
399399 @ Test
400400 @ InjectMojo (goal = "resources" , pom = CONFIG_XML )
401401 @ Basedir
402- public void testPropertyFiles_Filtering (ResourcesMojo mojo ) throws Exception {
402+ public void testPropertyFilesFiltering (ResourcesMojo mojo ) throws Exception {
403403 assertNotNull (mojo );
404404
405405 MavenProjectResourcesStub project = (MavenProjectResourcesStub ) mojo .project ;
@@ -431,7 +431,7 @@ public void testPropertyFiles_Filtering(ResourcesMojo mojo) throws Exception {
431431 @ Test
432432 @ InjectMojo (goal = "resources" , pom = CONFIG_XML )
433433 @ Basedir
434- public void testPropertyFiles_Extra (ResourcesMojo mojo ) throws Exception {
434+ public void testPropertyFilesExtra (ResourcesMojo mojo ) throws Exception {
435435 assertNotNull (mojo );
436436
437437 MavenProjectResourcesStub project = (MavenProjectResourcesStub ) mojo .project ;
@@ -463,7 +463,7 @@ public void testPropertyFiles_Extra(ResourcesMojo mojo) throws Exception {
463463 @ Test
464464 @ InjectMojo (goal = "resources" , pom = CONFIG_XML )
465465 @ Basedir
466- public void testPropertyFiles_MainAndExtra (ResourcesMojo mojo ) throws Exception {
466+ public void testPropertyFilesMainAndExtra (ResourcesMojo mojo ) throws Exception {
467467 assertNotNull (mojo );
468468
469469 MavenProjectResourcesStub project = (MavenProjectResourcesStub ) mojo .project ;
@@ -506,7 +506,7 @@ public void testPropertyFiles_MainAndExtra(ResourcesMojo mojo) throws Exception
506506 @ Test
507507 @ InjectMojo (goal = "resources" , pom = CONFIG_XML )
508508 @ Basedir
509- public void testPropertyFiles_Filtering_TokensInFilters (ResourcesMojo mojo ) throws Exception {
509+ public void testPropertyFilesFilteringTokensInFilters (ResourcesMojo mojo ) throws Exception {
510510 assertNotNull (mojo );
511511
512512 MavenProjectResourcesStub project = (MavenProjectResourcesStub ) mojo .project ;
0 commit comments