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

Method testBug51544

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

Source from the content-addressed store, hash-verified

280 }
281
282 @Test
283 public void testBug51544() throws Exception {
284 getTomcatInstanceTestWebapp(false, true);
285
286 ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug5nnnn/bug51544.jsp");
287
288 String result = res.toString();
289 assertEcho(result, "Empty list: true");
290 }
291
292 @Test
293 public void testELMiscNoQuoteAttributeEL() 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