@Before
  public void setUp() throws JFException {
    testStrategy = new TestStrategy();

    testStrategy.onStart(contextMock);
    baseUtilsAreInitialized();

    testStrategy.setStrategyUtil(strategyUtilMock);
    testStrategy.onAccount(accountMock);
  }