MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / rowKeyFromTSUIDNullTsuid

Method rowKeyFromTSUIDNullTsuid

test/core/TestRowKey.java:110–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 @Test (expected = NullPointerException.class)
111 public void rowKeyFromTSUIDNullTsuid() throws Exception {
112 RowKey.rowKeyFromTSUID(tsdb, null, 1356998400);
113 }
114
115 @Test (expected = NullPointerException.class)
116 public void rowKeyFromTSUIDNullTsdb() throws Exception {

Callers

nothing calls this directly

Calls 1

rowKeyFromTSUIDMethod · 0.95

Tested by

no test coverage detected