TestAction testAction = (TestAction) action;
testAction.setFoo("bar");
AnchorTag tag = new AnchorTag();
tag.setPageContext(pageContext);
tag.setId("mylink");
tag.setTheme("ajax");
tag.setHref("a");
tag.setErrorText("c");
tag.setLoadingText("d");
tag.setAfterLoading("e");
tag.setBeforeLoading("f");
tag.setListenTopics("g");
tag.setTargets("h");
tag.setHandler("i");
tag.setNotifyTopics("j");
tag.setIndicator("k");
tag.setShowErrorTransportText("true");
tag.setShowLoadingText("true");
tag.doStartTag();
tag.doEndTag();
verify(AnchorTest.class.getResource("href-1.txt"));