org.apache.james.test.functional.imap
Class AbstractTestFetch

java.lang.Object
  extended by AbstractSimpleScriptedTestProtocol
      extended by org.apache.james.test.functional.imap.AbstractImapProtocolTestFramework
          extended by org.apache.james.test.functional.imap.AbstractTestForAuthenticatedState
              extended by org.apache.james.test.functional.imap.AbstractTestSelectedStateBase
                  extended by org.apache.james.test.functional.imap.AbstractTestFetch
All Implemented Interfaces:
ImapTestConstants
Direct Known Subclasses:
ExperimentalFetchTest, ExternalFetchRunner

public abstract class AbstractTestFetch
extends AbstractTestSelectedStateBase


Field Summary
 
Fields inherited from interface org.apache.james.test.functional.imap.ImapTestConstants
FROM_ADDRESS, HOST, PASSWORD, PORT, TIMEOUT, TO_ADDRESS, USER
 
Constructor Summary
AbstractTestFetch(HostSystem system)
           
 
Method Summary
 void testFetchBodyNoSectionIT()
           
 void testFetchBodyNoSectionKOREA()
           
 void testFetchBodyNoSectionUS()
           
 void testFetchEnvelopeIT()
           
 void testFetchEnvelopeKOREA()
           
 void testFetchEnvelopeUS()
           
 void testFetchFetchRfcMixedITALY()
           
 void testFetchFetchRfcMixedKOREA()
           
 void testFetchFetchRfcMixedUS()
           
 void testFetchInternalDateITALY()
           
 void testFetchInternalDateKOREA()
           
 void testFetchInternalDateUS()
           
 void testFetchRFC822HeaderITALY()
           
 void testFetchRFC822HeaderKOREA()
           
 void testFetchRFC822HeaderUS()
           
 void testFetchRFC822ITALY()
           
 void testFetchRFC822KOREA()
           
 void testFetchRFC822TextITALY()
           
 void testFetchRFC822TextKOREA()
           
 void testFetchRFC822TextUS()
           
 void testFetchRFC822US()
           
 void testFetchTextIT()
           
 void testFetchTextKOREA()
           
 void testFetchTextUS()
           
 
Methods inherited from class org.apache.james.test.functional.imap.AbstractTestSelectedStateBase
setUp
 
Methods inherited from class org.apache.james.test.functional.imap.AbstractTestForAuthenticatedState
addLogin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTestFetch

public AbstractTestFetch(HostSystem system)
Method Detail

testFetchEnvelopeUS

public void testFetchEnvelopeUS()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testFetchEnvelopeIT

public void testFetchEnvelopeIT()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testFetchEnvelopeKOREA

public void testFetchEnvelopeKOREA()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testFetchTextUS

public void testFetchTextUS()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testFetchBodyNoSectionUS

public void testFetchBodyNoSectionUS()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testFetchTextIT

public void testFetchTextIT()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testFetchBodyNoSectionIT

public void testFetchBodyNoSectionIT()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testFetchTextKOREA

public void testFetchTextKOREA()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testFetchBodyNoSectionKOREA

public void testFetchBodyNoSectionKOREA()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testFetchRFC822US

public void testFetchRFC822US()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testFetchRFC822TextUS

public void testFetchRFC822TextUS()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testFetchRFC822HeaderUS

public void testFetchRFC822HeaderUS()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testFetchRFC822KOREA

public void testFetchRFC822KOREA()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testFetchRFC822TextKOREA

public void testFetchRFC822TextKOREA()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testFetchRFC822HeaderKOREA

public void testFetchRFC822HeaderKOREA()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testFetchRFC822ITALY

public void testFetchRFC822ITALY()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testFetchRFC822TextITALY

public void testFetchRFC822TextITALY()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testFetchRFC822HeaderITALY

public void testFetchRFC822HeaderITALY()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testFetchInternalDateUS

public void testFetchInternalDateUS()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testFetchInternalDateITALY

public void testFetchInternalDateITALY()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testFetchInternalDateKOREA

public void testFetchInternalDateKOREA()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testFetchFetchRfcMixedUS

public void testFetchFetchRfcMixedUS()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testFetchFetchRfcMixedKOREA

public void testFetchFetchRfcMixedKOREA()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testFetchFetchRfcMixedITALY

public void testFetchFetchRfcMixedITALY()
                                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.