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

Method loadJar

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

Source from the content-addressed store, hash-verified

28public 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 {

Callers

nothing calls this directly

Calls 1

loadJARMethod · 0.95

Tested by

no test coverage detected