Searched refs:notLong (Results 1 – 1 of 1) sorted by relevance
709 Method notLong = notMethod(long.class); in testNot() local710 assertEquals(0xffffffffffffffffL, notLong.invoke(null, 0x0000000000000000L)); in testNot()711 assertEquals(0x0000000000000000L, notLong.invoke(null, 0xffffffffffffffffL)); in testNot()712 assertEquals(0x98765432edcba987L, notLong.invoke(null, 0x6789abcd12345678L)); in testNot()