authInitialization.setState(AuthInitializationState.registering);
httpSession.setAttribute(constants.getAuthInitializationKey(),
authInitialization);
ICompleteAuthState completeAuthState = bootstrapper.bootstrap();
assertNotNull(completeAuthState);
assertEquals(AuthState.externalAuthenticationFailed,
completeAuthState.getAuthState());
assertEquals(AuthServiceName.googleAccounts,
completeAuthState.getAuthServiceName());
}