Searched refs:ThreeBlocks (Results 1 – 1 of 1) sorted by relevance
153 public static int ThreeBlocks(boolean x, boolean y) { in ThreeBlocks() method in Main260 assertIntEquals(1, ThreeBlocks(true, true)); in main()261 assertIntEquals(1, ThreeBlocks(true, false)); in main()262 assertIntEquals(2, ThreeBlocks(false, true)); in main()263 assertIntEquals(3, ThreeBlocks(false, false)); in main()