Пример #1
0
 @Test
 public void testValidation() throws Exception {
   SwitchYardModel switchyard = _puller.pull(COMPLETE_XML, getClass());
   switchyard.assertModelValid();
 }