public abstract class AbstractStandardStreamEvent extends Event
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStandardStreamEvent(ForkedProcessEventType eventType,
RunMode runMode,
Long testRunId,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
RunMode |
getRunMode() |
Long |
getTestRunId() |
boolean |
isConsoleCategory() |
boolean |
isConsoleErrorCategory() |
boolean |
isControlCategory() |
boolean |
isJvmExitError() |
boolean |
isStandardStreamCategory() |
boolean |
isSysPropCategory() |
boolean |
isTestCategory() |
getEventTypeprotected AbstractStandardStreamEvent(ForkedProcessEventType eventType, RunMode runMode, Long testRunId, String message)
public RunMode getRunMode()
public Long getTestRunId()
public String getMessage()
public boolean isControlCategory()
isControlCategory in class Eventpublic boolean isConsoleCategory()
isConsoleCategory in class Eventpublic boolean isConsoleErrorCategory()
isConsoleErrorCategory in class Eventpublic boolean isStandardStreamCategory()
isStandardStreamCategory in class Eventpublic boolean isSysPropCategory()
isSysPropCategory in class Eventpublic boolean isTestCategory()
isTestCategory in class Eventpublic boolean isJvmExitError()
isJvmExitError in class EventCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.