Home
last modified time | relevance | path

Searched refs:arrayIncludes (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java175 !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