218219220221222223224225226227228
tag.doStartTag(); tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } public void testEscapeXml() throws Exception { // setups
248249250251252253254255256257258
tag.doStartTag(); tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } public void testEscapeCsv() throws Exception { // setups
278279280281282283284285286287288
tag.doStartTag(); tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } public void testWithAltSyntax2() throws Exception { // setups
306307308309310311312313314315316
tag.doStartTag(); tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } public void testWithoutAltSyntax1() throws Exception { // setups
334335336337338339340341342343344
tag.doStartTag(); tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } public void testWithoutAltSyntax2() throws Exception {
362363364365366367368369370371372
tag.doStartTag(); tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } protected void setUp() throws Exception {