request = new MockHttpServletRequest();
response = new MockHttpServletResponse();
handler = new OpenIDAuthenticationFailureHandler();
postAuthToken = new OpenIDAuthenticationToken(OpenIDAuthenticationStatus.SUCCESS,NON_REGISTERED_OPENID_USER,
MESSAGE, new ArrayList<OpenIDAttribute>());
authException = new UsernameNotFoundException("");
}