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

Method parseSearchTypeTSMeta

test/search/TestSearchQuery.java:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23public final class TestSearchQuery {
24
25 @Test
26 public void parseSearchTypeTSMeta() throws Exception {
27 assertEquals(SearchType.TSMETA, SearchQuery.parseSearchType("tsmeta"));
28 }
29
30 @Test
31 public void parseSearchTypeTSMetaSummary() throws Exception {

Callers

nothing calls this directly

Calls 1

parseSearchTypeMethod · 0.95

Tested by

no test coverage detected