public class TestStarted extends BaseTestMessage
ServiceMessage.TimestampARG_ATTRIBUTE, DISABLE, ENABLE, PARSE_SERVICE_MESSAGES_INSIDE_TAG, SERVICE_MESSAGE_END, SERVICE_MESSAGE_START, TAGS_ATRRIBUTE, TAGS_SEPARATOR| Constructor and Description |
|---|
TestStarted(@NotNull java.lang.String name,
boolean captureStdOutput,
@Nullable java.lang.String locationHint) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable java.lang.String |
getLocationHint()
This parameter allows to proved a hint for IDE when opening this test.
|
boolean |
isCaptureStandardOutput()
If this parameter value is true all standard output messages received
inside the test opening/closing service messages are treated as test output and all standard
errors are treated as test error output.
|
void |
visit(@NotNull ServiceMessageVisitor visitor)
Depending on this service message type calls corresponding method in the supplied visitor.
|
getTestNameaddTag, asString, asString, asString, getArgument, getAttributes, getAttributeValue, getCreationTimestamp, getFlowId, getMessageName, getTags, parse, parse, parseSimple, setFlowId, setTimestamp, toString, validatepublic TestStarted(@NotNull
@NotNull java.lang.String name,
boolean captureStdOutput,
@Nullable
@Nullable java.lang.String locationHint)
public boolean isCaptureStandardOutput()
@Nullable public @Nullable java.lang.String getLocationHint()
public void visit(@NotNull
@NotNull ServiceMessageVisitor visitor)
ServiceMessagevisit in class ServiceMessagevisitor - visitor