protected void setUp() throws Exception {
MockitoAnnotations.initMocks(this);
AccountStore store = new MemoryStore();
HumanAccountData account =
new HumanAccountDataImpl(USER, new PasswordDigest("password".toCharArray()));
store.putAccount(account);
servlet = new AuthenticationServlet(store, AuthTestUtil.makeConfiguration(),
manager, "examPLe.com", false, "", false, false, welcomeBot, "UA-someid");
AccountStoreHolder.init(store, "eXaMple.com");