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