Variable TestCase.name

The test name

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