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

Method rowKeyFromTSUIDNullTsdb

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

Source from the content-addressed store, hash-verified

113 }
114
115 @Test (expected = NullPointerException.class)
116 public void rowKeyFromTSUIDNullTsdb() throws Exception {
117 final byte[] tsuid = { 0, 0, 1, 0, 0, 1, 0, 0, 2 };
118 RowKey.rowKeyFromTSUID(null, tsuid, 1356998400);
119 }
120
121 @Test (expected = IllegalArgumentException.class)
122 public void rowKeyFromTSUIDShortTsuid() throws Exception {

Callers

nothing calls this directly

Calls 1

rowKeyFromTSUIDMethod · 0.95

Tested by

no test coverage detected