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

Method stringToTypeNull

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

Source from the content-addressed store, hash-verified

143 }
144
145 @Test (expected = IllegalArgumentException.class)
146 public void stringToTypeNull() {
147 TreeRule.stringToType(null);
148 }
149
150 @Test (expected = IllegalArgumentException.class)
151 public void stringToTypeEmpty() {

Callers

nothing calls this directly

Calls 1

stringToTypeMethod · 0.95

Tested by

no test coverage detected