Searched refs:onlyInExpected (Results 1 – 1 of 1) sorted by relevance
221 Set<Object> onlyInExpected = new HashSet<Object>(expected); in assertEquals() local222 onlyInExpected.removeAll(actual); in assertEquals()225 if (onlyInExpected.size() != 0 || onlyInActual.size() != 0) { in assertEquals()230 "Sets do not match.\nOnly in expected: " + onlyInExpected in assertEquals()