MCPcopy Create free account
hub / github.com/apache/tomcat / testBug42565

Method testBug42565

test/org/apache/el/TestELInJsp.java:51–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 @Test
52 public void testBug42565() throws Exception {
53 getTomcatInstanceTestWebapp(false, true);
54
55 ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug42565.jsp");
56
57 String result = res.toString();
58 assertEcho(result, "00-false");
59 assertEcho(result, "01-false");
60 assertEcho(result, "02-false");
61 assertEcho(result, "03-false");
62 assertEcho(result, "04-false");
63 assertEcho(result, "05-false");
64 assertEcho(result, "06-false");
65 assertEcho(result, "07-false");
66 assertEcho(result, "08-false");
67 assertEcho(result, "09-false");
68 assertEcho(result, "10-false");
69 assertEcho(result, "11-false");
70 assertEcho(result, "12-false");
71 assertEcho(result, "13-false");
72 assertEcho(result, "14-false");
73 assertEcho(result, "15-false");
74 }
75
76 @Test
77 public void testBug44994() throws Exception {

Callers

nothing calls this directly

Calls 5

toStringMethod · 0.95
assertEchoMethod · 0.95
getUrlMethod · 0.65
getPortMethod · 0.65

Tested by

no test coverage detected