Searched refs:arrayIncludes (Results 1 – 1 of 1) sorted by relevance
175 !arrayIncludes(groups(testRoot), child)); in test_destroy()177 !arrayIncludes(groups(originalCurrent), testRoot)); in test_destroy()359 !arrayIncludes(groups(testRoot.getParent()), testRoot)); in test_parentOfLjava_lang_ThreadGroup()753 private static boolean arrayIncludes(Object[] array, Object toTest) { in arrayIncludes() method in ThreadGroupTest