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