Test of configure method, of class com.sun.xml.ws.policy.jaxws.encoding.MtomModelConfiguratorProvider.
policy assertion not present
WSDLModel model = getWSDLModel("jaxws-spi/testModelConfigProviderMtomPolicyNotPresent.wsdl");
PolicyMap policyMap = model.getExtension(WSDLPolicyMapWrapper.class).getPolicyMap();
WSDLService service = model.getService(new QName("http://example.org","DictionaryService"));
assertNotNull(service);
WSDLPort port = service.getFirstPort();
assertNotNull(port);
WSDLBoundPortType binding = port.getBinding();
assertNotNull(binding);
WebServiceFeature feature = binding.getFeature(MTOMFeature.class);
assertNull(feature);