Searched refs:theRock (Results 1 – 1 of 1) sorted by relevance
180 private static void checkEqualSanity(Object theRock, Object elLoco) { in checkEqualSanity() argument191 notEqual(theRock.toString(), elLoco.toString()); in checkEqualSanity()206 private static void frob(Object theRock, Object elLoco) { in frob() argument209 if (theRock instanceof Collection) { in frob()211 Collection<Integer> c = (Collection<Integer>) theRock; in frob()216 Map<Integer, Boolean> m = (Map<Integer, Boolean>) theRock; in frob()221 checkEqualSanity(theRock, elLoco); in frob()