use of com.meterware.httpunit.GetMethodWebRequest in project cxf by apache.
the class CXFServletTest method testServiceWsdlNotFound.
@Test
public void testServiceWsdlNotFound() throws Exception {
WebRequest req = new GetMethodWebRequest(CONTEXT_URL + "/services/NoSuchService?wsdl");
expectErrorCode(req, 404, "Response code 404 required for invalid WSDL url.");
}
Aggregations