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

Method testBug44994

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

Source from the content-addressed store, hash-verified

74 }
75
76 @Test
77 public void testBug44994() throws Exception {
78 getTomcatInstanceTestWebapp(false, true);
79
80 ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug44994.jsp");
81
82 String result = res.toString();
83 assertEcho(result, "00-none");
84 assertEcho(result, "01-one");
85 assertEcho(result, "02-many");
86 }
87
88 @Test
89 public void testBug45427() 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