static void assertContainsAll(Collection extends A> a, Collection b) { assertTrue(containsAll(a, b)); }