"/home/j_security_check?j_username=foo&j_password=bar",
wciController.getAuthURI(req, resp, credentials.getUsername(), credentials.getPassword())
);
wciController.sendAuth(req, resp, credentials.getUsername(), credentials.getPassword());
assertTrue(resp.isCommitted());
return new EndTestResponse();
}
return new FailureResponse(Failure.createAssertionFailure("End test reached"));
}