Variable TestResult.labels

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

class TestResult
{
  // ...
  Label[] labels ;
  // ...
}