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

Method testGetValue02

test/org/apache/el/parser/TestAstAssign.java:43–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42
43 @Test
44 public void testGetValue02() {
45 ELProcessor processor = new ELProcessor();
46 processor.defineBean("bean01", new TesterBeanB());
47
48 Object result = processor.getValue(
49 "bean01.text = 'hello'; bean01.text", String.class);
50
51 Assert.assertEquals("hello", result);
52 }
53
54
55

Callers

nothing calls this directly

Calls 2

defineBeanMethod · 0.95
getValueMethod · 0.95

Tested by

no test coverage detected