org.apache.james.transport.mailets
Class LocalDeliveryTest

java.lang.Object
  extended by TestCase
      extended by org.apache.james.transport.mailets.LocalDeliveryTest

public class LocalDeliveryTest
extends TestCase

Test LocalDelivery Mailet


Constructor Summary
LocalDeliveryTest()
           
 
Method Summary
 org.apache.mailet.Mailet getMailet(java.util.Properties p)
           
 void setUp()
           
 void tearDown()
           
 void testAliasingForwarding()
           
 void testAliasingForwardingWithLocallyOverriddenForwarding()
           
 void testForwarding()
           
 void testForwardingWithForwardingDisabled()
           
 void testSimpleAliasDelivery()
           
 void testSimpleAliasWithDisabledAlias()
           
 void testSimpleDelivery()
           
 void testSimpleDeliveryCaseSensitiveMatch()
           
 void testSimpleDeliveryCaseSensitiveNoMatch()
           
 void testSimpleDeliveryVirtualHosting()
           
 void testUnknownUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalDeliveryTest

public LocalDeliveryTest()
Method Detail

testUnknownUser

public void testUnknownUser()
                     throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

testSimpleDelivery

public void testSimpleDelivery()
                        throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

testSimpleDeliveryCaseSensitiveNoMatch

public void testSimpleDeliveryCaseSensitiveNoMatch()
                                            throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

testSimpleDeliveryCaseSensitiveMatch

public void testSimpleDeliveryCaseSensitiveMatch()
                                          throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

testSimpleAliasDelivery

public void testSimpleAliasDelivery()
                             throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

testSimpleAliasWithDisabledAlias

public void testSimpleAliasWithDisabledAlias()
                                      throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

testForwardingWithForwardingDisabled

public void testForwardingWithForwardingDisabled()
                                          throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

testForwarding

public void testForwarding()
                    throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

testAliasingForwarding

public void testAliasingForwarding()
                            throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

testAliasingForwardingWithLocallyOverriddenForwarding

public void testAliasingForwardingWithLocallyOverriddenForwarding()
                                                           throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

testSimpleDeliveryVirtualHosting

public void testSimpleDeliveryVirtualHosting()
                                      throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

setUp

public void setUp()
           throws javax.mail.internet.ParseException
Throws:
javax.mail.internet.ParseException

tearDown

public void tearDown()

getMailet

public org.apache.mailet.Mailet getMailet(java.util.Properties p)
                                   throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.