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

Packages that use RunResult
org.apache.maven.surefire.providerapi   
org.apache.maven.surefire.report   
 

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

Methods in org.apache.maven.surefire.providerapi that return RunResult
 RunResult SurefireProvider.invoke(java.lang.Object forkTestSet)
          The test that will be invoked through a fork; used only for forkmode=pertest, when the classpath scanning happens on the plugin-side.
 

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

Methods in org.apache.maven.surefire.report that return RunResult
 RunResult ReporterFactory.close()
           
 RunResult ReporterManagerFactory.close()
           
 RunResult TestSetStatistics.getRunResult()
           
 



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