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