Searched refs:notInteger (Results 1 – 1 of 1) sorted by relevance
704 Method notInteger = notMethod(int.class); in testNot() local705 assertEquals(0xffffffff, notInteger.invoke(null, 0x00000000)); in testNot()706 assertEquals(0x00000000, notInteger.invoke(null, 0xffffffff)); in testNot()707 assertEquals(0xedcba987, notInteger.invoke(null, 0x12345678)); in testNot()