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
ConstructorDescriptionStandardStreamOutWithNewLineEvent
(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, isTestCategory
Methods inherited from class org.apache.maven.surefire.api.event.Event
getEventType
-
Constructor Details
-
StandardStreamOutWithNewLineEvent
-