Variable TestCase.suiteName

The test case suite name. It can contain . which is treated as a separator for nested suites

struct TestCase
{
  // ...
  string suiteName ;
  // ...
}