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

Method testBug36923

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

Source from the content-addressed store, hash-verified

39public class TestELInJsp extends TomcatBaseTest {
40
41 @Test
42 public void testBug36923() throws Exception {
43 getTomcatInstanceTestWebapp(false, true);
44
45 ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/bug36923.jsp");
46
47 String result = res.toString();
48 assertEcho(result, "00-${hello world}");
49 }
50
51 @Test
52 public void testBug42565() 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