Class StandardStreamErrWithNewLineEvent
java.lang.Object
org.apache.maven.surefire.api.event.Event
org.apache.maven.surefire.api.event.AbstractStandardStreamEvent
org.apache.maven.surefire.api.event.StandardStreamErrWithNewLineEvent
The event of standard error stream with new line.
- Since:
- 3.0.0-M5
-
Constructor Summary
ConstructorDescriptionStandardStreamErrWithNewLineEvent
(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
-
StandardStreamErrWithNewLineEvent
-