Variable TestSetupAttribute.afterAll

Run after the suite ends

struct TestSetupAttribute
{
  // ...
  bool afterAll ;
  // ...
}