Class ForkingReporterFactory

  • All Implemented Interfaces:
    ReporterFactory

    public class ForkingReporterFactory
    extends java.lang.Object
    implements ReporterFactory
    Creates ForkingReporters, which are typically one instance per TestSet or thread. This factory is only used inside forks.
    Author:
    Kristian Rosenvold
    • Constructor Summary

      Constructors 
      Constructor Description
      ForkingReporterFactory​(boolean trimstackTrace, java.io.PrintStream originalSystemOut)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RunResult close()
      Closes the factory, freeing resources allocated in the factory.
      RunListener createReporter()
      Creates a reporter.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ForkingReporterFactory

        public ForkingReporterFactory​(boolean trimstackTrace,
                                      java.io.PrintStream originalSystemOut)