Searched refs:longToInt (Results 1 – 1 of 1) sorted by relevance
555 Method longToInt = numericCastingMethod(long.class, int.class); in testCastIntegerToInteger() local556 assertEquals(0x1234abcd, longToInt.invoke(null, 0x000000001234abcdL)); in testCastIntegerToInteger()557 assertEquals(0x1234abcd, longToInt.invoke(null, 0x123456781234abcdL)); in testCastIntegerToInteger()558 assertEquals(0x1234abcd, longToInt.invoke(null, 0xffffffff1234abcdL)); in testCastIntegerToInteger()