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

Method testGetValue02

test/jakarta/el/TestArrayELResolver.java:109–112  ·  view source on GitHub ↗

Tests that a valid property is not resolved if base is not an array.

()

Source from the content-addressed store, hash-verified

107 * Tests that a valid property is not resolved if base is not an array.
108 */
109 @Test
110 public void testGetValue02() {
111 doNegativeTest(new Object(), new Object(), MethodUnderTest.GET_VALUE, true);
112 }
113
114 /**
115 * Tests that a valid property is resolved.

Callers

nothing calls this directly

Calls 1

doNegativeTestMethod · 0.95

Tested by

no test coverage detected