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

Method parseSearchTypeNull

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

Source from the content-addressed store, hash-verified

50 }
51
52 @Test (expected = IllegalArgumentException.class)
53 public void parseSearchTypeNull() throws Exception {
54 SearchQuery.parseSearchType(null);
55 }
56
57 @Test (expected = IllegalArgumentException.class)
58 public void parseSearchTypeEmtpy() throws Exception {

Callers

nothing calls this directly

Calls 1

parseSearchTypeMethod · 0.95

Tested by

no test coverage detected