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

Method stringToTypeEmpty

test/tree/TestTreeRule.java:150–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 }
149
150 @Test (expected = IllegalArgumentException.class)
151 public void stringToTypeEmpty() {
152 TreeRule.stringToType("");
153 }
154
155 @Test (expected = IllegalArgumentException.class)
156 public void stringToTypeInvalid() {

Callers

nothing calls this directly

Calls 1

stringToTypeMethod · 0.95

Tested by

no test coverage detected