public interface WireProtocol
CMD stop< To execute tests:
CMD test ${deploymentName} ${FQN test class} ${methodName}< | Modifier and Type | Field and Description |
|---|---|
static Charset |
CHARSET
Charset used in codec of String/bytes
|
static char |
COMMAND_EOF_DELIMITER
Marks the end of a command
|
static String |
COMMAND_STOP |
static String |
COMMAND_TEST_PREFIX
To be prepended to the FQN of the test class, then the method name, then
COMMAND_EOF_DELIMITER |
static String |
PREFIX_STRING_COMMAND |
static String |
RESPONSE_ERROR_PREFIX |
static String |
RESPONSE_OK_PREFIX |
static final Charset CHARSET
static final String PREFIX_STRING_COMMAND
static final String COMMAND_STOP
static final String COMMAND_TEST_PREFIX
COMMAND_EOF_DELIMITERstatic final char COMMAND_EOF_DELIMITER
static final String RESPONSE_OK_PREFIX
static final String RESPONSE_ERROR_PREFIX
Copyright © 2016 JBoss by Red Hat. All rights reserved.