org.apache.james.mailrepository
Class MBoxMailRepositoryTest

java.lang.Object
  extended by TestCase
      extended by org.apache.james.mailrepository.MBoxMailRepositoryTest

public class MBoxMailRepositoryTest
extends TestCase

NOTE this test *WAS* disabled because MBoxMailRepository does not currently support most simple operations for the MailRepository interface. NOTE this previously extended AbstractMailRepositoryTest to run all of the common mail repository tests on the MBox implementation.


Constructor Summary
MBoxMailRepositoryTest()
           
 
Method Summary
protected  org.apache.james.services.MailRepository getMailRepository()
           
 void testReadMboxrdFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBoxMailRepositoryTest

public MBoxMailRepositoryTest()
Method Detail

getMailRepository

protected org.apache.james.services.MailRepository getMailRepository()
                                                              throws org.apache.avalon.framework.service.ServiceException,
                                                                     org.apache.avalon.framework.configuration.ConfigurationException,
                                                                     java.lang.Exception
Throws:
org.apache.avalon.framework.service.ServiceException
org.apache.avalon.framework.configuration.ConfigurationException
java.lang.Exception

testReadMboxrdFile

public void testReadMboxrdFile()
                        throws org.apache.avalon.framework.service.ServiceException,
                               org.apache.avalon.framework.configuration.ConfigurationException,
                               java.lang.Exception
Throws:
org.apache.avalon.framework.service.ServiceException
org.apache.avalon.framework.configuration.ConfigurationException
java.lang.Exception


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