Searched refs:haystack (Results 1 – 1 of 1) sorted by relevance
37 Collection<String> haystack = ArrayUtil.list("a", "b", "c"); in testSetSubtract_noExclude() local40 assertFalse(haystack == needles); in testSetSubtract_noExclude()41 Collection<String> output = MonkeyBase.setSubtract(haystack, needles); in testSetSubtract_noExclude()42 assertTrue(haystack == output); in testSetSubtract_noExclude()50 Collection<String> haystack = ArrayUtil.list("a", "b", "c"); in testSetSubtract() local52 Collection<String> output = MonkeyBase.setSubtract(haystack, needles); in testSetSubtract()