Class TestIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.TestIncubatingAttributes

public final class TestIncubatingAttributes extends Object
  • Field Details

    • TEST_CASE_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> TEST_CASE_NAME
      The fully qualified human readable name of the test case.
    • TEST_CASE_RESULT_STATUS

      public static final io.opentelemetry.api.common.AttributeKey<String> TEST_CASE_RESULT_STATUS
      The status of the actual test case result from test execution.
    • TEST_SUITE_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> TEST_SUITE_NAME
      The human readable name of a test suite.
    • TEST_SUITE_RUN_STATUS

      public static final io.opentelemetry.api.common.AttributeKey<String> TEST_SUITE_RUN_STATUS
      The status of the test suite run.