()
| 125 | } |
| 126 | |
| 127 | @Test (expected = IllegalArgumentException.class) |
| 128 | public void rowKeyFromTSUIDEmptyTsuid() throws Exception { |
| 129 | final byte[] tsuid = { }; |
| 130 | RowKey.rowKeyFromTSUID(tsdb, tsuid, 1356998400); |
| 131 | } |
| 132 | |
| 133 | @Test |
| 134 | public void rowKeyFromTSUIDNoTags() throws Exception { |
nothing calls this directly
no test coverage detected