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

Packages that use RunResult
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.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.
 

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

Methods in org.apache.maven.surefire.suite that return RunResult
 RunResult RunResult.aggregate(RunResult other)
           
static RunResult RunResult.failure(RunResult accumulatedAtTimeout, Exception cause)
           
static RunResult RunResult.fromInputStream(InputStream inputStream, String encoding)
           
static RunResult RunResult.noTestsRun()
           
static RunResult RunResult.timeout(RunResult accumulatedAtTimeout)
           
 

Methods in org.apache.maven.surefire.suite with parameters of type RunResult
 RunResult RunResult.aggregate(RunResult other)
           
static RunResult RunResult.failure(RunResult accumulatedAtTimeout, Exception cause)
           
static RunResult RunResult.timeout(RunResult accumulatedAtTimeout)
           
 



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