You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/04/04 22:18:50 UTC

[GitHub] [maven-surefire] Tibor17 commented on a diff in pull request #507: [SUREFIRE-2044] Upgrade Maven Verifier to 1.8.0

Tibor17 commented on code in PR #507:
URL: https://github.com/apache/maven-surefire/pull/507#discussion_r842182337


##########
surefire-its/src/test/java/org/apache/maven/surefire/its/fixture/MavenLauncher.java:
##########
@@ -186,9 +186,9 @@ public MavenLauncher addEnvVar( String key, String value )
         return this;
     }
 
-    public MavenLauncher assertNotPresent( String subFile )
+    public MavenLauncher verifyFileNotPresent( String subFile ) throws VerificationException
     {
-        getVerifier().assertFileNotPresent( getValidator().getSubFile( subFile ).getAbsolutePath() );

Review Comment:
   Was this method renamed in new verifier?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org