MCPcopy Index your code
hub / github.com/apache/tomcat / testGetType02

Method testGetType02

test/jakarta/el/TestArrayELResolver.java:36–39  ·  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

34 * Tests that a valid property is not resolved if base is not an array.
35 */
36 @Test
37 public void testGetType02() {
38 doNegativeTest(new Object(), new Object(), MethodUnderTest.GET_TYPE, true);
39 }
40
41 /**
42 * Tests that a valid property is resolved.

Callers

nothing calls this directly

Calls 1

doNegativeTestMethod · 0.95

Tested by

no test coverage detected