opentelemetry_semantic_conventions::attribute

Constant TEST_CASE_NAME

Source
pub const TEST_CASE_NAME: &str = "test.case.name";
Expand description

The fully qualified human readable name of the test case.

ยงExamples

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