MCPcopy Create free account
hub / github.com/careercup/ctci / testRandom

Method testRandom

java/Chapter 17/Question17_5/Question.java:144–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 }
143
144 public static boolean testRandom() {
145 String guess = randomString();
146 String solution = randomString();
147 return test(guess, solution);
148 }
149
150 public static boolean test(int count) {
151 for (int i = 0; i < count; i++) {

Callers 1

testMethod · 0.95

Calls 2

randomStringMethod · 0.95
testMethod · 0.95

Tested by

no test coverage detected