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

Method testBug48112

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

Source from the content-addressed store, hash-verified

261 }
262
263 @Test
264 public void testBug48112() throws Exception {
265 getTomcatInstanceTestWebapp(false, true);
266
267 ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug48nnn/bug48112.jsp");
268 String result = res.toString();
269 assertEcho(result, "{OK}");
270 }
271
272 @Test
273 public void testBug49555() 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