MCPcopy
hub / github.com/OpenTSDB/opentsdb / initialize

Method initialize

test/search/TestSearchPlugin.java:57–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 @Test
58 public void initialize() throws Exception {
59 search.initialize(tsdb);
60 }
61
62 @Test (expected = IllegalArgumentException.class)
63 public void initializeMissingHost() throws Exception {

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.65

Tested by

no test coverage detected