"wsdlResources");
assertNotNull("List should not be null.", list);
assertEquals("List size should match", 3, list.size());
WSDLResource wsdlResource;
wsdlResource = (WSDLResource) list.get(0);
assertTrue("Type should match",
wsdlResource instanceof ClasspathResource);
assertEquals("Value should match",
classPath,