Uses of Class
org.apache.maven.surefire.api.suite.RunResult
-
Packages that use RunResult Package Description org.apache.maven.surefire.api.booter org.apache.maven.surefire.api.provider org.apache.maven.surefire.api.report org.apache.maven.surefire.api.suite -
-
Uses of RunResult in org.apache.maven.surefire.api.booter
Methods in org.apache.maven.surefire.api.booter that return RunResult Modifier and Type Method Description RunResultForkingReporterFactory. close() -
Uses of RunResult in org.apache.maven.surefire.api.provider
Methods in org.apache.maven.surefire.api.provider that return RunResult Modifier and Type Method Description RunResultSurefireProvider. invoke(java.lang.Object forkTestSet)Runs a forked test -
Uses of RunResult in org.apache.maven.surefire.api.report
Methods in org.apache.maven.surefire.api.report that return RunResult Modifier and Type Method Description RunResultReporterFactory. close()Closes the factory, freeing resources allocated in the factory. -
Uses of RunResult in org.apache.maven.surefire.api.suite
Methods in org.apache.maven.surefire.api.suite that return RunResult Modifier and Type Method Description RunResultRunResult. aggregate(RunResult other)static RunResultRunResult. failure(RunResult accumulatedAtTimeout, java.lang.Exception cause)static RunResultRunResult. noTestsRun()static RunResultRunResult. timeout(RunResult accumulatedAtTimeout)Methods in org.apache.maven.surefire.api.suite with parameters of type RunResult Modifier and Type Method Description RunResultRunResult. aggregate(RunResult other)static RunResultRunResult. failure(RunResult accumulatedAtTimeout, java.lang.Exception cause)static RunResultRunResult. timeout(RunResult accumulatedAtTimeout)
-