()
| 33 | } |
| 34 | |
| 35 | @Test (expected = FileNotFoundException.class) |
| 36 | public void loadJarDoesNotExist() throws Exception { |
| 37 | PluginLoader.loadJAR("jardoesnotexist.jar"); |
| 38 | } |
| 39 | |
| 40 | @Test (expected = IllegalArgumentException.class) |
| 41 | public void loadJarDoesNotAJar() throws Exception { |