org.mule.providers.email
Class ImapConnectorTestCase

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.email.AbstractMailConnectorFunctionalTestCase
                      extended byorg.mule.providers.email.AbstractReceivingMailConnectorTestCase
                          extended byorg.mule.providers.email.ImapConnectorTestCase
All Implemented Interfaces:
Test
Direct Known Subclasses:
AbstractBaseBackupMule2050TestCase

public class ImapConnectorTestCase
extends AbstractReceivingMailConnectorTestCase

Simple tests for pulling from an IMAP server.


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.providers.email.AbstractReceivingMailConnectorTestCase
POLL_PERIOD_MS, WAIT_PERIOD_MS
 
Fields inherited from class org.mule.providers.email.AbstractMailConnectorFunctionalTestCase
FROM, LOCALHOST, PASSWORD, RETRY_LIMIT, TO, USER
 
Fields inherited from class org.mule.tck.providers.AbstractConnectorTestCase
connector, descriptor, model
 
Fields inherited from class org.mule.tck.AbstractMuleTestCase
logger
 
Constructor Summary
ImapConnectorTestCase()
           
 
Method Summary
 org.mule.umo.provider.UMOConnector getConnector(boolean init)
           
 String getTestEndpointURI()
           
 
Methods inherited from class org.mule.providers.email.AbstractReceivingMailConnectorTestCase
doTestReceiver, testReceiver
 
Methods inherited from class org.mule.providers.email.AbstractMailConnectorFunctionalTestCase
assertMessageOk, doSetUp, doTearDown, getConnector, getConnectorName, getImapsTestEndpointURI, getImapTestEndpointURI, getPop3sTestEndpointURI, getPop3TestEndpointURI, getServers, getSmtpsTestEndpointURI, getSmtpTestEndpointURI, getValidMessage, repeatTest, startServers, stopServers
 
Methods inherited from class org.mule.tck.providers.AbstractConnectorTestCase
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

ImapConnectorTestCase

public ImapConnectorTestCase()
Method Detail

getConnector

public org.mule.umo.provider.UMOConnector getConnector(boolean init)
                                                throws Exception
Specified by:
getConnector in class AbstractMailConnectorFunctionalTestCase
Throws:
Exception

getTestEndpointURI

public String getTestEndpointURI()


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