Variable SuiteResult.tests

the tests executed for the current suite

struct SuiteResult
{
  // ...
  TestResult[] tests ;
  // ...
}