rama::telemetry::opentelemetry::semantic_conventions::attribute

Constant TEST_CASE_NAME

pub const TEST_CASE_NAME: &'static str;
Expand description

The fully qualified human readable name of the test case.

ยงExamples

  • "org.example.TestCase1.test1"
  • "example/tests/TestCase1.test1"
  • "ExampleTestCase1_test1"