Tests that a valid property is not set if base is not an array.
()
| 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. |
nothing calls this directly
no test coverage detected