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