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

Method testText

test/org/apache/jasper/compiler/TestELParser.java:49–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47public class TestELParser {
48
49 @Test
50 public void testText() throws JasperException {
51 doTestParser("foo", "foo");
52 }
53
54
55 @Test

Callers

nothing calls this directly

Calls 1

doTestParserMethod · 0.95

Tested by

no test coverage detected