| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.mavenplugins.geronimo.reporting.SurefireReporter
public class SurefireReporter
A reporter that generates Surefire result data, so the Surefire report can be used.
| Constructor Summary | |
|---|---|
SurefireReporter()
 | 
|
| Method Summary | |
|---|---|
 File | 
getOutputFile()
The text file which holds the stdout or stderr.  | 
 File | 
getReportsFile()
The generated reports xml file for surefire..  | 
 void | 
reportBegin(Reportable source)
Signals the start of a reporting run.  | 
 void | 
reportEnd()
Called after the goal has run (with or with-out errors).  | 
 void | 
reportError(Throwable cause)
Called when a failure has occured while executing a goal.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SurefireReporter()
| Method Detail | 
|---|
public void reportBegin(Reportable source)
Reporter
reportBegin in interface Reportersource - The source of the report; must not be null.public void reportError(Throwable cause)
Reporter
reportError in interface Reportercause - The cause of the error; must not be null.public void reportEnd()
Reporter
reportEnd in interface Reporterpublic File getReportsFile()
public File getOutputFile()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||