Variable TestSetupAttribute.afterEach

Run after each test

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