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

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.AbstractTestSelectedState
All Implemented Interfaces:
ImapTestConstants
Direct Known Subclasses:
ExperimentalSelectedStateTest

public abstract class AbstractTestSelectedState
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
AbstractTestSelectedState(HostSystem system)
           
 
Method Summary
 void testCheckITALY()
           
 void testCheckKOREA()
           
 void testCheckUS()
           
 void testCopyITALY()
           
 void testCopyKOREA()
           
 void testCopyUS()
           
 void testExpungeITALY()
           
 void testExpungeKOREA()
           
 void testExpungeUS()
           
 void testFetchMultipleMessagesITALY()
           
 void testFetchMultipleMessagesKOREA()
           
 void testFetchMultipleMessagesUS()
           
 void testFetchPeekITALY()
           
 void testFetchPeekKOREA()
           
 void testFetchPeekUS()
           
 void testFetchSingleMessageITALY()
           
 void testFetchSingleMessageKOREA()
           
 void testFetchSingleMessageUS()
           
 void testSearchITALY()
           
 void testSearchKOREA()
           
 void testSearchUS()
           
 void testStoreITALY()
           
 void testStoreKOREA()
           
 void testStoreUS()
           
 void testUidITALY()
           
 void testUidKOREA()
           
 void testUidUS()
           
 
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

AbstractTestSelectedState

public AbstractTestSelectedState(HostSystem system)
Method Detail

testCheckUS

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

testExpungeUS

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

testSearchUS

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

testFetchSingleMessageUS

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

testFetchMultipleMessagesUS

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

testFetchPeekUS

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

testStoreUS

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

testCopyUS

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

testUidUS

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

testCheckITALY

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

testExpungeITALY

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

testSearchITALY

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

testFetchSingleMessageITALY

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

testFetchMultipleMessagesITALY

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

testFetchPeekITALY

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

testStoreITALY

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

testCopyITALY

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

testUidITALY

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

testCheckKOREA

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

testExpungeKOREA

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

testSearchKOREA

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

testFetchSingleMessageKOREA

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

testFetchMultipleMessagesKOREA

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

testFetchPeekKOREA

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

testStoreKOREA

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

testCopyKOREA

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

testUidKOREA

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


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