svoid assertSetsEqual(S msg default "", Cl l1, Cl l2) { assertListsEqual(msg, asList(asHashSet(l1)), asList(asHashSet(l2))); }