187188189190191192193194195196197
tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } public void testWithAltSyntax2() throws Exception { // setups initDispatcher(new HashMap() {{ put(StrutsConstants.STRUTS_TAG_ALTSYNTAX, "true");}});
215216217218219220221222223224225
tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } public void testWithoutAltSyntax1() throws Exception { // setups initDispatcher(new HashMap() {{ put(StrutsConstants.STRUTS_TAG_ALTSYNTAX, "false");}});
243244245246247248249250251252253
tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } public void testWithoutAltSyntax2() throws Exception { // setups
271272273274275276277278279280281
tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } protected void setUp() throws Exception { super.setUp();
7172737475767778798081
fail(); } request.verify(); jspWriter.verify(); pageContext.verify(); } public void testNull() { PropertyTag tag = new PropertyTag();
100101102103104105106107108109110
fail(); } request.verify(); jspWriter.verify(); pageContext.verify(); } public void testSimple() { PropertyTag tag = new PropertyTag();
130131132133134135136137138139140
fail(); } request.verify(); jspWriter.verify(); pageContext.verify(); } public void testTopOfStack() { PropertyTag tag = new PropertyTag();
159160161162163164165166167168169
fail(); } request.verify(); jspWriter.verify(); pageContext.verify(); } public void testWithAltSyntax1() throws Exception { // setups
188189190191192193194195196197198
tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } public void testEscapeJavaScript() throws Exception { // setups initDispatcher(new HashMap() {{ put(StrutsConstants.STRUTS_TAG_ALTSYNTAX, "true");}});
218219220221222223224225226227228
tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } public void testEscapeXml() throws Exception { // setups initDispatcher(new HashMap() {{ put(StrutsConstants.STRUTS_TAG_ALTSYNTAX, "true");}});