Import an invalid static field - does not exist.
()
| 213 | * Import an invalid static field - does not exist. |
| 214 | */ |
| 215 | @Test(expected = ELException.class) |
| 216 | public void testImportStatic02() { |
| 217 | ImportHandler handler = new ImportHandler(); |
| 218 | |
| 219 | handler.importStatic("org.apache.tomcat.util.buf.Constants.PackageXX"); |
| 220 | } |
| 221 | |
| 222 | |
| 223 | /** |
nothing calls this directly
no test coverage detected