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

Method loadPluginsNotFound

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

Source from the content-addressed store, hash-verified

119 }
120
121 @Test
122 public void loadPluginsNotFound() throws Exception {
123 List<DummyPluginBad> plugins = PluginLoader.loadPlugins(
124 DummyPluginBad.class);
125 assertNull(plugins);
126 }
127
128 public abstract class DummyPluginBad {
129 protected String myname;

Callers

nothing calls this directly

Calls 1

loadPluginsMethod · 0.95

Tested by

no test coverage detected