*
* @param name the name of test case
* @throws Exception for any error
*/
public HTTPSConnectionFactoryTest(String name) throws Exception {
super(name, new HTTPSManagedConnectionFactory(),
"https://localhost:8443/openjms-tunnel/tunnel",
"https-server://localhost:3030");
}