()
| 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 { |
nothing calls this directly
no test coverage detected