Uses of Class
org.apache.maven.it.VerificationException

Packages that use VerificationException
org.apache.maven.it   
 

Uses of VerificationException in org.apache.maven.it
 

Methods in org.apache.maven.it that throw VerificationException
 void Verifier.executeGoal(String goal)
           
 void Verifier.executeGoal(String goal, Map envVars)
           
 void Verifier.executeGoals(List<String> goals)
           
 void Verifier.executeGoals(List<String> goals, Map envVars)
           
 void Verifier.executeHook(String filename)
           
 String Verifier.getMavenVersion()
           
static void Verifier.launchSubversion(String line, String basedir)
           
 List<String> Verifier.loadFile(File file, boolean hasCommand)
           
 List<String> Verifier.loadFile(String basedir, String filename, boolean hasCommand)
           
 Properties Verifier.loadProperties(String filename)
           
static void Verifier.main(String[] args)
           
 void Verifier.verify(boolean chokeOnErrorOutput)
           
 void Verifier.verifyErrorFreeLog()
           
 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 VerificationException
Verifier(String basedir)
           
Verifier(String basedir, boolean debug)
           
Verifier(String basedir, String settingsFile)
           
Verifier(String basedir, String settingsFile, boolean debug)
           
Verifier(String basedir, String settingsFile, boolean debug, boolean forkJvm)
           
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.