Uses of Class
org.apache.maven.surefire.suite.RunResult

Packages that use RunResult
org.apache.maven.plugin.surefire.report   
org.apache.maven.surefire.booter   
org.apache.maven.surefire.providerapi   
org.apache.maven.surefire.report   
org.apache.maven.surefire.suite   
 

Uses of RunResult in org.apache.maven.plugin.surefire.report
 

Methods in org.apache.maven.plugin.surefire.report that return RunResult
 RunResult FileReporterFactory.close()
           
 

Uses of RunResult in org.apache.maven.surefire.booter
 

Methods in org.apache.maven.surefire.booter that return RunResult
 RunResult ForkingReporterFactory.close()
           
 

Uses of RunResult in org.apache.maven.surefire.providerapi
 

Methods in org.apache.maven.surefire.providerapi that return RunResult
 RunResult SurefireProvider.invoke(Object forkTestSet)
          Runs a forked test
 

Uses of RunResult in org.apache.maven.surefire.report
 

Methods in org.apache.maven.surefire.report that return RunResult
 RunResult ReporterFactory.close()
          Closes the factory, freeing resources allocated in the factory.
 RunResult TestSetStatistics.getRunResult()
           
 

Uses of RunResult in org.apache.maven.surefire.suite
 

Fields in org.apache.maven.surefire.suite declared as RunResult
static RunResult RunResult.Timeout
           
 

Methods in org.apache.maven.surefire.suite that return RunResult
 RunResult RunResult.aggregate(RunResult other)
           
static RunResult RunResult.fromString(String string)
           
 

Methods in org.apache.maven.surefire.suite with parameters of type RunResult
 RunResult RunResult.aggregate(RunResult other)
           
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.