Tests not compatible object and type.
()
| 127 | * Tests not compatible object and type. |
| 128 | */ |
| 129 | @Test(expected = ELException.class) |
| 130 | public void testConvertToType01() { |
| 131 | ELContext elContext = new TesterELContext(); |
| 132 | elContext.convertToType("test", Integer.class); |
| 133 | } |
| 134 | |
| 135 | /** |
| 136 | * Tests that if there is no ELResolver the standard coercions will be invoked. |
nothing calls this directly
no test coverage detected