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