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

Method stringToTypeInvalid

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

Source from the content-addressed store, hash-verified

153 }
154
155 @Test (expected = IllegalArgumentException.class)
156 public void stringToTypeInvalid() {
157 TreeRule.stringToType("NotAType");
158 }
159
160 @Test
161 public void serialize() {

Callers

nothing calls this directly

Calls 1

stringToTypeMethod · 0.95

Tested by

no test coverage detected