MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / loadJarEmpty

Method loadJarEmpty

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

Source from the content-addressed store, hash-verified

48 }
49
50 @Test (expected = IllegalArgumentException.class)
51 public void loadJarEmpty() throws Exception {
52 PluginLoader.loadJAR("");
53 }
54
55 // todo - test for security exceptions?
56

Callers

nothing calls this directly

Calls 1

loadJARMethod · 0.95

Tested by

no test coverage detected