@After
 public void enableExceptionCheck() {
   ExpectedExceptionThrower.enableCounter();
 }
 @Before
 public void disableExceptionCheck() {
   ExpectedExceptionThrower.disableCounter();
 }