public class MessageIds extends Object
RemoteTestRunner| Modifier and Type | Field and Description |
|---|---|
static String |
ACTUAL_END
Notification that an expected result ends.
|
static String |
ACTUAL_START
Notification that the expected result has started.
|
static String |
ASSUMPTION_FAILED_TEST_PREFIX
Test identifier prefix for tests with assumption failures.
|
static String |
EXPECTED_END
Notification that an expected result ends.
|
static String |
EXPECTED_START
Notification that the expected result has started.
|
static String |
IGNORED_TEST_PREFIX
Test identifier prefix for ignored tests.
|
static int |
MSG_HEADER_LENGTH
The header length of a message, all messages
have a fixed header length
|
static String |
RTRACE_END
Notification that a trace of a reran trace ends.
|
static String |
RTRACE_START
Notification that a trace for a reran test has started.
|
static String |
TEST_END
Notification that a test has started.
|
static String |
TEST_ERROR
Notification that a test had a error.
|
static String |
TEST_FAILED
Notification that a test had a failure.
|
static String |
TEST_IDENTIFIER_MESSAGE_FORMAT
MessageFormat to encode test method identifiers:
testMethod(testClass)
|
static String |
TEST_RUN_END
Notification that a test run has ended.
|
static String |
TEST_RUN_START
Notification that a test run has started.
|
static String |
TEST_START
Notification that a test has started.
|
static String |
TEST_TREE
Notification about a test inside the test suite.
|
static String |
TRACE_END
Notification that a trace ends.
|
static String |
TRACE_START
Notification that a test trace has started.
|
| Constructor and Description |
|---|
MessageIds() |
public static final int MSG_HEADER_LENGTH
public static final String TRACE_START
public static final String TRACE_END
public static final String EXPECTED_START
public static final String EXPECTED_END
public static final String ACTUAL_START
public static final String ACTUAL_END
public static final String RTRACE_START
public static final String RTRACE_END
public static final String TEST_RUN_START
public static final String TEST_START
public static final String TEST_END
public static final String TEST_ERROR
public static final String TEST_FAILED
public static final String TEST_RUN_END
public static final String TEST_TREE
public static final String TEST_IDENTIFIER_MESSAGE_FORMAT
public static final String IGNORED_TEST_PREFIX
public static final String ASSUMPTION_FAILED_TEST_PREFIX
Copyright © 2004-2013. All Rights Reserved.