()
| 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 { |
nothing calls this directly
no test coverage detected