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

Method parseSearchTypeInvalid

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

Source from the content-addressed store, hash-verified

60 }
61
62 @Test (expected = IllegalArgumentException.class)
63 public void parseSearchTypeInvalid() throws Exception {
64 SearchQuery.parseSearchType("NotAType");
65 }
66
67}

Callers

nothing calls this directly

Calls 1

parseSearchTypeMethod · 0.95

Tested by

no test coverage detected