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

Method loadJarDoesNotAJar

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

Source from the content-addressed store, hash-verified

38 }
39
40 @Test (expected = IllegalArgumentException.class)
41 public void loadJarDoesNotAJar() throws Exception {
42 PluginLoader.loadJAR("notajar.png");
43 }
44
45 @Test (expected = NullPointerException.class)
46 public void loadJarNull() throws Exception {

Callers

nothing calls this directly

Calls 1

loadJARMethod · 0.95

Tested by

no test coverage detected