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

Method testBug49555

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

Source from the content-addressed store, hash-verified

270 }
271
272 @Test
273 public void testBug49555() throws Exception {
274 getTomcatInstanceTestWebapp(false, true);
275
276 ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug49nnn/bug49555.jsp");
277
278 String result = res.toString();
279 assertEcho(result, "00-" + TesterFunctions.Inner$Class.RETVAL);
280 }
281
282 @Test
283 public void testBug51544() 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