public void testVerifyResponseNullIdentifier() throws IOException, MessageException, DiscoveryException, ConsumerException, AssociationException {
DiscoveryInformation info = createMockInfo();
HttpSession session = createMockSession(info, false, false, true);
HttpServletRequest req = createMockRequest(session);
AuthRequest authRequest = createMockAuthRequest();
AuthSuccess authSuccess = createMockAuthSuccess(createMockFetchResponse(), createRegResponse(),
true, true);
VerificationResult result = createMockVerificationResult(null, authSuccess);
//TODO this should return a list of what?
expect(mockManager.discover(eq("discover"))).andReturn(Lists.newArrayList());