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