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