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

Method parseSearchTypeEmtpy

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

Source from the content-addressed store, hash-verified

55 }
56
57 @Test (expected = IllegalArgumentException.class)
58 public void parseSearchTypeEmtpy() throws Exception {
59 SearchQuery.parseSearchType("");
60 }
61
62 @Test (expected = IllegalArgumentException.class)
63 public void parseSearchTypeInvalid() throws Exception {

Callers

nothing calls this directly

Calls 1

parseSearchTypeMethod · 0.95

Tested by

no test coverage detected