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

Method parseSearchTypeTSUIDs

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

Source from the content-addressed store, hash-verified

34 }
35
36 @Test
37 public void parseSearchTypeTSUIDs() throws Exception {
38 assertEquals(SearchType.TSUIDS, SearchQuery.parseSearchType("tsuids"));
39 }
40
41 @Test
42 public void parseSearchTypeUIDMeta() throws Exception {

Callers

nothing calls this directly

Calls 1

parseSearchTypeMethod · 0.95

Tested by

no test coverage detected