Class EclipseJUnitViewSocketReporter

java.lang.Object
org.apache.maven.surefire.report.AbstractReporter
com.tibco.ep.buildmavenplugin.surefire.EclipseJUnitViewSocketReporter
All Implemented Interfaces:
org.apache.maven.surefire.report.Reporter

public class EclipseJUnitViewSocketReporter extends org.apache.maven.surefire.report.AbstractReporter

A Reporter that reports results via a socket connection to Eclipse (or StreamBase Studio) and its JUnit view, using a syntax and protocol specific to that view.

For the sake of development-level testing, the constructor accepts two debug-output booleans. When true, "traceCalls" prints to stdout whenever a Reporter interface call is made. When true, "traceSocketMessages" prints to stdout a copy of the messages sent to the JUnit client via the Socket connection.