|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.providers.AbstractConnectorTestCase
org.mule.providers.email.AbstractMailConnectorFunctionalTestCase
org.mule.providers.email.AbstractReceivingMailConnectorTestCase
Given an endpoint (AbstractConnectorTestCase.getTestEndpointURI()
) this waits for up to 10 seconds,
hoping to receive the message stored in the mail server. It also runs the unit tests
defined way down in AbstractConnectorTestCase
.
Nested Class Summary |
Nested classes inherited from class org.mule.tck.AbstractMuleTestCase |
org.mule.tck.AbstractMuleTestCase.TestInfo |
Field Summary | |
static int |
POLL_PERIOD_MS
|
static int |
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 | |
protected |
AbstractReceivingMailConnectorTestCase(String connectorName)
|
Method Summary | |
void |
doTestReceiver()
|
void |
testReceiver()
|
Methods inherited from class org.mule.providers.email.AbstractMailConnectorFunctionalTestCase |
assertMessageOk, doSetUp, doTearDown, getConnector, getConnector, getConnectorName, getImapsTestEndpointURI, getImapTestEndpointURI, getPop3sTestEndpointURI, getPop3TestEndpointURI, getServers, getSmtpsTestEndpointURI, getSmtpTestEndpointURI, getValidMessage, repeatTest, startServers, stopServers |
Methods inherited from class org.mule.tck.providers.AbstractConnectorTestCase |
getTestEndpointURI, 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 |
Field Detail |
public static final int POLL_PERIOD_MS
public static final int WAIT_PERIOD_MS
Constructor Detail |
protected AbstractReceivingMailConnectorTestCase(String connectorName)
Method Detail |
public void testReceiver() throws Exception
Exception
public void doTestReceiver() throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |