protected void onSetUp() throws Exception {
   testAspectForTestImpl1.count = 0;
   testAspectForAbstractTestImpl.count = 0;
   testInterceptor.count = 0;
   super.onSetUp();
 }