org.apache.james.core
Class MailImplTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.james.core.MailTestAllImplementations
              extended by org.apache.james.core.MailImplTest
All Implemented Interfaces:
junit.framework.Test

public class MailImplTest
extends MailTestAllImplementations


Constructor Summary
MailImplTest()
           
 
Method Summary
protected  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 junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailImplTest

public MailImplTest()
Method Detail

createMailImplementation

protected 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.