org.mule.providers.ssl
Class SslConnectorTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.mule.tck.AbstractMuleTestCase
              extended byorg.mule.tck.providers.AbstractConnectorTestCase
                  extended byorg.mule.providers.ssl.SslConnectorTestCase
All Implemented Interfaces:
Test

public class SslConnectorTestCase
extends org.mule.tck.providers.AbstractConnectorTestCase


Nested Class Summary
 
Nested classes inherited from class org.mule.tck.AbstractMuleTestCase
org.mule.tck.AbstractMuleTestCase.TestInfo
 
Field Summary
 
Fields inherited from class org.mule.tck.providers.AbstractConnectorTestCase
connector, descriptor, model
 
Fields inherited from class org.mule.tck.AbstractMuleTestCase
logger
 
Constructor Summary
SslConnectorTestCase()
           
 
Method Summary
static org.mule.providers.ssl.SslConnector createConnector(boolean initialised)
           
 org.mule.umo.provider.UMOConnector getConnector()
           
 String getTestEndpointURI()
           
 Object getValidMessage()
           
 void testClientConnector()
           
 void testProperties()
           
 void testValidListener()
           
 
Methods inherited from class org.mule.tck.providers.AbstractConnectorTestCase
doSetUp, doTearDown, testConnectorBeanProps, testConnectorExceptionHandling, testConnectorInitialise, testConnectorLifecycle, testConnectorListenerSupport, testConnectorMessageAdapter, testConnectorMessageDispatcherFactory
 
Methods inherited from class org.mule.tck.AbstractMuleTestCase
addTest, disposeManager, finalize, getDefaultModel, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isOffline, run, runBare, setDisposeManagerPerSuite, setUp, suitePostSetUp, suitePostTearDown, suitePreSetUp, suitePreTearDown, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, runTest, setName, toString
 
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
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SslConnectorTestCase

public SslConnectorTestCase()
Method Detail

getConnector

public org.mule.umo.provider.UMOConnector getConnector()
                                                throws Exception
Throws:
Exception

createConnector

public static org.mule.providers.ssl.SslConnector createConnector(boolean initialised)
                                                           throws org.mule.umo.lifecycle.InitialisationException,
                                                                  IOException
Throws:
org.mule.umo.lifecycle.InitialisationException
IOException

testClientConnector

public void testClientConnector()
                         throws Exception
Throws:
Exception

getTestEndpointURI

public String getTestEndpointURI()

getValidMessage

public Object getValidMessage()
                       throws Exception
Throws:
Exception

testValidListener

public void testValidListener()
                       throws Exception
Throws:
Exception

testProperties

public void testProperties()
                    throws Exception
Throws:
Exception


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.