MCPcopy Index your code
hub / github.com/careercup/ctci / doTestFull

Method doTestFull

java/Chapter 7/Question7_5/Question.java:45–47  ·  view source on GitHub ↗
(Square s1, Square s2, Point start, Point end)

Source from the content-addressed store, hash-verified

43 }
44
45 public static boolean doTestFull(Square s1, Square s2, Point start, Point end) {
46 return doTest(s1, s2, start, end) && doTest(s2, s1, start, end);
47 }
48
49 public static void doTests() {
50 // Equal

Callers 1

doTestsMethod · 0.95

Calls 1

doTestMethod · 0.95

Tested by

no test coverage detected