()
| 1258 | } |
| 1259 | |
| 1260 | @Test |
| 1261 | public void uidToLongFromString() throws Exception { |
| 1262 | assertEquals(42L, UniqueId.uidToLong("00002A", (short) 3)); |
| 1263 | } |
| 1264 | |
| 1265 | @Test (expected = IllegalArgumentException.class) |
| 1266 | public void uidToLongTooLong() throws Exception { |