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

Packages that use RunResult
org.apache.maven.surefire.junit   
org.apache.maven.surefire.junit4   
org.apache.maven.surefire.junitcore   
org.apache.maven.surefire.providerapi   
org.apache.maven.surefire.report   
org.apache.maven.surefire.testng   
 

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

Methods in org.apache.maven.surefire.junit that return RunResult
 RunResult JUnit3Provider.invoke(java.lang.Object forkTestSet)
           
 

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

Methods in org.apache.maven.surefire.junit4 that return RunResult
 RunResult JUnit4Provider.invoke(java.lang.Object forkTestSet)
           
 

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

Methods in org.apache.maven.surefire.junitcore that return RunResult
 RunResult JUnitCoreProvider.invoke(java.lang.Object forkTestSet)
           
 

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 ReporterManagerFactory.close()
           
 RunResult ReporterFactory.close()
           
 RunResult TestSetStatistics.getRunResult()
           
 

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

Methods in org.apache.maven.surefire.testng that return RunResult
 RunResult TestNGProvider.invoke(java.lang.Object forkTestSet)
           
 



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