public class Tags
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SPAN_KIND_TEST
A constant for setting the span kind to indicate that it represents a test span.
|
static io.opentracing.tag.StringTag |
TEST_CLASS
TEST_CLASS is the name of the test class.
|
static io.opentracing.tag.StringTag |
TEST_ENVIRONMENT
TEST_ENVIRONMENT is the name of the test environment (QA, STAGING, PROD, ...).
|
static io.opentracing.tag.StringTag |
TEST_NAME
TEST_NAME is the name of the test.
|
static io.opentracing.tag.StringTag |
TEST_RESULT
TEST_RESULT is the result of the test.
|
static java.lang.String |
TEST_RESULT_FAILURE
A constant for setting the test result to indicate that it represents a failure.
|
static java.lang.String |
TEST_RESULT_SKIPPED
A constant for setting the test result to indicate that it represents a skipped test.
|
static java.lang.String |
TEST_RESULT_SUCCESS
A constant for setting the test result to indicate that it represents a success.
|
static JSONObjectTag |
TEST_STEP_PARAMETERS
TEST_STEP_PARAMETERS is extra information on the step, it's value depends on the step type.
|
static JSONObjectTag |
TEST_STEP_STATUS
TEST_STEP_STATUS is the result of the step, it's value depends on the step type.
|
static io.opentracing.tag.StringTag |
TEST_STEP_TYPE
TEST_STEP_TYPE is the kind of step of the span in a test trace (assertion, setup, ...).
|
static io.opentracing.tag.StringTag |
TEST_SUITE
TEST_SUITE is the name of the test suite.
|
| Constructor and Description |
|---|
Tags() |
public static final java.lang.String SPAN_KIND_TEST
public static final io.opentracing.tag.StringTag TEST_SUITE
public static final io.opentracing.tag.StringTag TEST_CLASS
public static final io.opentracing.tag.StringTag TEST_NAME
public static final io.opentracing.tag.StringTag TEST_RESULT
public static final java.lang.String TEST_RESULT_SUCCESS
public static final java.lang.String TEST_RESULT_SKIPPED
public static final java.lang.String TEST_RESULT_FAILURE
public static final io.opentracing.tag.StringTag TEST_ENVIRONMENT
public static final io.opentracing.tag.StringTag TEST_STEP_TYPE
public static final JSONObjectTag TEST_STEP_PARAMETERS
public static final JSONObjectTag TEST_STEP_STATUS