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

Method loadPlugins

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

Source from the content-addressed store, hash-verified

103 }
104
105 @Test
106 public void loadPlugins() throws Exception {
107 List<DummyPlugin> plugins = PluginLoader.loadPlugins(
108 DummyPlugin.class);
109 assertNotNull(plugins);
110 assertEquals(2, plugins.size());
111 }
112
113 @Test
114 public void loadHttpRpcPlugin() throws Exception {

Callers

nothing calls this directly

Calls 2

loadPluginsMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected