org.jcoderz.commons.connector.http
Class HttpConnectorServerTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.jcoderz.commons.TestCase
org.jcoderz.commons.ServerTestCase
org.jcoderz.commons.connector.http.HttpConnectorServerTest
- All Implemented Interfaces:
- Test
public class HttpConnectorServerTest
- extends ServerTestCase
Server testcases for the commons http connector.
| Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
HttpConnectorServerTest
public HttpConnectorServerTest()
suite
public static Test suite()
- Creates the testsuite.
- Returns:
- Test
the testsuite
testConnectingSubwayCA
public void testConnectingSubwayCA()
throws Exception
- Performs a simple request to the subwayca.
- Throws:
Exception - for any error
testConnectingSubwayCAWithSSL
public void testConnectingSubwayCAWithSSL()
throws Exception
- Performs a simple request to the subwayca using SSL.
- Throws:
Exception - for any error
Copyright 2007 The jCoderZ Project.