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

Method deleteNullType

test/meta/TestUIDMeta.java:180–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 }
179
180 @Test (expected = IllegalArgumentException.class)
181 public void deleteNullType() throws Exception {
182 meta = new UIDMeta(null, "000001");
183 meta.delete(tsdb);
184 }
185
186 @Test (expected = IllegalArgumentException.class)
187 public void deleteNullUID() throws Exception {

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected