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

Method testSetValue02

test/jakarta/el/TestArrayELResolver.java:239–242  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

237 * Tests that a valid property is not set if base is not an array.
238 */
239 @Test
240 public void testSetValue02() {
241 doNegativeTest(new Object(), new Object(), MethodUnderTest.SET_VALUE, false);
242 }
243
244 /**
245 * Tests that an exception is thrown when readOnly is true.

Callers

nothing calls this directly

Calls 1

doNegativeTestMethod · 0.95

Tested by

no test coverage detected