Searched refs:testDiamond (Results 1 – 1 of 1) sorted by relevance
74 public static int testDiamond(boolean negate, int x) { in testDiamond() method in Main209 assertIntEquals(1, testDiamond(false, 1)); in main()210 assertIntEquals(-1, testDiamond(true, 1)); in main()