Variable TestSetupAttribute.beforeEach

Run before each test

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