org.apache.james.core
Class MailImplTest

java.lang.Object
  extended by TestCase
      extended by org.apache.james.core.MailTestAllImplementations
          extended by org.apache.james.core.MailImplTest

public class MailImplTest
extends MailTestAllImplementations


Constructor Summary
MailImplTest()
           
 
Method Summary
protected  org.apache.mailet.Mail createMailImplementation()
          provide the concrete implementation to test
 void testConstr1()
           
 void testConstr2()
           
 void testConstr3()
           
 void testDuplicate()
           
 void testDuplicateNewName()
           
 
Methods inherited from class org.apache.james.core.MailTestAllImplementations
helperTestInitialState, helperTestMessageSize, testAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailImplTest

public MailImplTest()
Method Detail

createMailImplementation

protected org.apache.mailet.Mail createMailImplementation()
Description copied from class: MailTestAllImplementations
provide the concrete implementation to test

Specified by:
createMailImplementation in class MailTestAllImplementations

testConstr1

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

testConstr2

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

testConstr3

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

testDuplicate

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

testDuplicateNewName

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


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