MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / loadJarDoesNotExist

Method loadJarDoesNotExist

test/utils/TestPluginLoader.java:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

loadJARMethod · 0.95

Tested by

no test coverage detected