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