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

Packages that use RunResult
org.apache.maven.plugin.surefire   
org.apache.maven.plugin.surefire.booterclient   
org.apache.maven.plugin.surefire.report   
org.apache.maven.surefire.booter   
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.suite   
org.apache.maven.surefire.testng   
 

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

Methods in org.apache.maven.plugin.surefire that return RunResult
 RunResult Summary.getResultOfLastSuccessfulRun()
           
 

Methods in org.apache.maven.plugin.surefire with parameters of type RunResult
 void Summary.registerRunResult(RunResult result)
           
static void SurefireHelper.reportExecution(SurefireReportParameters reportParameters, RunResult result, org.apache.maven.plugin.logging.Log log)
           
 

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

Methods in org.apache.maven.plugin.surefire.booterclient that return RunResult
 RunResult ForkStarter.run()
           
 

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()
           
 RunResult SurefireStarter.runSuitesInProcess()
           
 RunResult SurefireStarter.runSuitesInProcessWhenForked()
           
 RunResult SurefireStarter.runSuitesInProcessWhenForked(TypeEncodedValue testSet)
           
 

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

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

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

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

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

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

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)
           
 

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

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



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