()
| 28 | public final class TestPluginLoader { |
| 29 | |
| 30 | @Test |
| 31 | public void loadJar() throws Exception { |
| 32 | PluginLoader.loadJAR("plugin_test.jar"); |
| 33 | } |
| 34 | |
| 35 | @Test (expected = FileNotFoundException.class) |
| 36 | public void loadJarDoesNotExist() throws Exception { |