Class TestIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.TestIncubatingAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classValues forTEST_CASE_RESULT_STATUS.static final classValues forTEST_SUITE_RUN_STATUS. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>The fully qualified human readable name of the test case.static final io.opentelemetry.api.common.AttributeKey<String>The status of the actual test case result from test execution.static final io.opentelemetry.api.common.AttributeKey<String>The human readable name of a test suite.static final io.opentelemetry.api.common.AttributeKey<String>The status of the test suite run. -
Method Summary
-
Field Details
-
TEST_CASE_NAME
The fully qualified human readable name of the test case. -
TEST_CASE_RESULT_STATUS
The status of the actual test case result from test execution. -
TEST_SUITE_NAME
The human readable name of a test suite. -
TEST_SUITE_RUN_STATUS
The status of the test suite run.
-