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