| |
|
| org.apache.cxf.transport.http.HTTPConduitURLConnectionTest
HTTPConduitURLConnectionTest | public class HTTPConduitURLConnectionTest extends Assert (Code) | | This class "tests" the HTTPConduit that uses java.net.HttpURLConnection
and java.net.HttpsURLConnection for its implementation. Should the
implementation of HTTPConduit change (i.e. no longer use the URLConnections)
this test will break.
|
Method Summary | |
public void | setUp() | public void | tearDown() | public void | testConnectionURL() This test verifies that the "prepare" call places an HttpURLConnection on
the Message and that its URL matches the endpoint. | public void | testConnectionURLOverride() This test verifies that URL used is overridden by having the
ENDPOINT_ADDRESS set on the Message. | public void | testTLSServerParameters() This verifys that the underlying connection is an HttpsURLConnection. |
tearDown | public void tearDown()(Code) | | |
testConnectionURL | public void testConnectionURL() throws Exception(Code) | | This test verifies that the "prepare" call places an HttpURLConnection on
the Message and that its URL matches the endpoint.
|
testConnectionURLOverride | public void testConnectionURLOverride() throws Exception(Code) | | This test verifies that URL used is overridden by having the
ENDPOINT_ADDRESS set on the Message.
|
testTLSServerParameters | public void testTLSServerParameters() throws Exception(Code) | | This verifys that the underlying connection is an HttpsURLConnection.
|
|
|
|