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() |
getEventType
protected AbstractStandardStreamEvent(ForkedProcessEventType eventType, RunMode runMode, Long testRunId, String message)
public RunMode getRunMode()
public Long getTestRunId()
public String getMessage()
public boolean isControlCategory()
isControlCategory
in class Event
public boolean isConsoleCategory()
isConsoleCategory
in class Event
public boolean isConsoleErrorCategory()
isConsoleErrorCategory
in class Event
public boolean isStandardStreamCategory()
isStandardStreamCategory
in class Event
public boolean isSysPropCategory()
isSysPropCategory
in class Event
public boolean isTestCategory()
isTestCategory
in class Event
public boolean isJvmExitError()
isJvmExitError
in class Event
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.