示例#1
0
 /** Test the list of types. */
 @Test
 public void testGetTypes() {
   final Set<String> serviceTypes = service.getTypes();
   final Set<String> adaptorTypes = adaptor.getSupportedTypes();
   Assert.assertTrue(serviceTypes.containsAll(adaptorTypes));
 }