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

Method loadJarNull

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

Source from the content-addressed store, hash-verified

43 }
44
45 @Test (expected = NullPointerException.class)
46 public void loadJarNull() throws Exception {
47 PluginLoader.loadJAR(null);
48 }
49
50 @Test (expected = IllegalArgumentException.class)
51 public void loadJarEmpty() throws Exception {

Callers

nothing calls this directly

Calls 1

loadJARMethod · 0.95

Tested by

no test coverage detected