@Test
 public void onStopCallsStrategyUtil() throws JFException {
   testStrategy.onStop();
   verify(strategyUtilMock).onStop();
 }