Uses of Class
org.apache.maven.it.VerificationException
Packages that use VerificationException
-
Uses of VerificationException in org.apache.maven.it
Methods in org.apache.maven.it that throw VerificationExceptionModifier and TypeMethodDescriptionVerifier.discoverIntegrationTests
(String directory) private void
Verifier.executeCommand
(String line) void
Verifier.executeGoal
(String goal) void
Verifier.executeGoal
(String goal, Map<String, String> envVars) void
Verifier.executeGoals
(List<String> goals) void
void
Verifier.executeHook
(String filename) private void
Verifier.findLocalRepo
(String settingsFile) Verifier.getMavenVersion()
static void
Verifier.launchSubversion
(String line, String basedir) Verifier.loadProperties
(String filename) static void
void
private static String
Verifier.retrieveLocalRepo
(String settingsXmlPath) private static void
Verifier.runIntegrationTest
(Verifier verifier) void
Verifier.verify
(boolean chokeOnErrorOutput) void
Verifier.verifyArtifactContent
(String groupId, String artifactId, String version, String ext, String content) Verifies that the artifact given by its Maven coordinates exists and contains the given content.void
Verifier.verifyArtifactNotPresent
(String groupId, String artifactId, String version, String ext) Verifies that the artifact given through its Maven coordinates does not exist.private void
Verifier.verifyArtifactPresence
(boolean wanted, String groupId, String artifactId, String version, String ext) void
Verifier.verifyArtifactPresent
(String groupId, String artifactId, String version, String ext) Verifies that the artifact given through its Maven coordinates exists.void
Verifier.verifyErrorFreeLog()
private void
Verifier.verifyExpectedResult
(String line) void
Verifier.verifyFileContentMatches
(String file, String regex) Verifies the given file's content matches an regular expression.void
Verifier.verifyFileNotPresent
(String file) Verifies that the given file does not exist.private void
Verifier.verifyFilePresence
(String filePath, boolean wanted) void
Verifier.verifyFilePresent
(String file) Verifies that the given file exists.void
Verifier.verifyTextInLog
(String text) Throws an exception if the text is not present in the log.Constructors in org.apache.maven.it that throw VerificationExceptionModifierConstructorDescriptionVerifier
(String basedir, String settingsFile, boolean debug, boolean forkJvm, String[] defaultCliOptions) private
Verifier
(String basedir, String settingsFile, boolean debug, Boolean forkJvm, String[] defaultCliOptions, String mavenHome) Verifier
(String basedir, String settingsFile, boolean debug, String mavenHome, String[] defaultCliOptions)