Class StandardStreamOutWithNewLineEvent
java.lang.Object
org.apache.maven.surefire.api.event.Event
org.apache.maven.surefire.api.event.AbstractStandardStreamEvent
org.apache.maven.surefire.api.event.StandardStreamOutWithNewLineEvent
The event of standard output stream with new line.
- Since:
 - 3.0.0-M5
 
- 
Constructor Summary
ConstructorsConstructorDescriptionStandardStreamOutWithNewLineEvent(RunMode runMode, Long testRunId, String message)  - 
Method Summary
Methods inherited from class org.apache.maven.surefire.api.event.AbstractStandardStreamEvent
getMessage, getRunMode, getTestRunId, isConsoleCategory, isConsoleErrorCategory, isControlCategory, isJvmExitError, isStandardStreamCategory, isSysPropCategory, isTestCategoryMethods inherited from class org.apache.maven.surefire.api.event.Event
getEventType 
- 
Constructor Details
- 
StandardStreamOutWithNewLineEvent
 
 -