public interface TestStatusMessage
Modifier and Type | Method and Description |
---|---|
Level |
getLevel() |
String |
getMessage() |
long |
getTimestampMillis() |
static TestStatusMessage |
of(String message,
Level level,
long timestampMillis) |
String getMessage()
Level getLevel()
long getTimestampMillis()
static TestStatusMessage of(String message, Level level, long timestampMillis)