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-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org