Variable TestCase.labels

A list of labels that will be added to the final report

struct TestCase
{
  // ...
  Label[] labels ;
  // ...
}