resp = submitWithParam(resp,"get","get","foo");
checkTextStart(resp,"get","javax.servlet.http.Cookie");
}
public @Test void testLinkTool() throws Exception {
WebConversation conv = new WebConversation();
WebRequest req = new GetMethodWebRequest(ROOT_URL+"link.vm");
WebResponse resp = conv.getResponse(req);
/* check anchor(foo) and anchor */
resp = submitWithParam(resp,"anchor","anchor","foo");
checkText(resp,"anchor","#foo");
checkText(resp,"altanchor","#foo");