|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.surefire.booter.ForkingReporterFactory
public class ForkingReporterFactory
Creates ForkingReporters, which are typically one instance per TestSet or thread. This factory is only used inside forks.
| Constructor Summary | |
|---|---|
ForkingReporterFactory(java.lang.Boolean trimstackTrace,
java.io.PrintStream originalSystemOut)
|
|
| Method Summary | |
|---|---|
RunResult |
close()
Closes the factory, freeing resources allocated in the factory. |
RunListener |
createReporter()
Creates a reporter. |
RunStatistics |
getGlobalRunStatistics()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForkingReporterFactory(java.lang.Boolean trimstackTrace,
java.io.PrintStream originalSystemOut)
| Method Detail |
|---|
public RunListener createReporter()
ReporterFactory
createReporter in interface ReporterFactorypublic RunResult close()
ReporterFactory
close in interface ReporterFactorypublic RunStatistics getGlobalRunStatistics()
getGlobalRunStatistics in interface ReporterFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||