svoid assertIndexOfAndContainsVerbose(L l, A a, int i) { assertEqualsVerbose(i, l.indexOf(a)); assertEqualsVerbose(i >= 0, l.contains(a)); }