Example #1
0
 public void testToLong() {
   for (long a : UNSIGNED_INTS) {
     assertEquals(a, UnsignedInts.toLong((int) a));
   }
 }