@Test
 public void testAllContains() {
   ImmutableSet<ApiMetadata> all = ImmutableSet.copyOf(Apis.all());
   assert all.contains(toTest) : String.format("%s not found in %s", toTest, all);
 }