216217218219220221222223224225226
tag.doStartTag(); tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } public void testEscapeXml() throws Exception { // setups
246247248249250251252253254255256
tag.doStartTag(); tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } public void testEscapeCsv() throws Exception { // setups
276277278279280281282283284285286
tag.doStartTag(); tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } public void testWithAltSyntax2() throws Exception { // setups
304305306307308309310311312313314
tag.doStartTag(); tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } public void testWithoutAltSyntax1() throws Exception { // setups
332333334335336337338339340341342
tag.doStartTag(); tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } public void testWithoutAltSyntax2() throws Exception {
360361362363364365366367368369370
tag.doStartTag(); tag.doEndTag();} // verify test request.verify(); jspWriter.verify(); pageContext.verify(); } protected void setUp() throws Exception {
242243244245246247248249250251252
270271272273274275276277278279280
6970717273747576777879
e.printStackTrace(); fail(); } request.verify(); jspWriter.verify(); pageContext.verify(); } public void testNull() { PropertyTag tag = new PropertyTag();
9899100101102103104105106107108
e.printStackTrace(); fail(); } request.verify(); jspWriter.verify(); pageContext.verify(); } public void testSimple() { PropertyTag tag = new PropertyTag();