org.apache.james.pop3server
Class POP3ServerTest

java.lang.Object
  extended by TestCase
      extended by org.apache.james.pop3server.POP3ServerTest

public class POP3ServerTest
extends TestCase

Tests the org.apache.james.smtpserver.SMTPServer unit


Constructor Summary
POP3ServerTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAuthenticationFail()
           
 void testIpStored()
           
 void testKnownUserEmptyInbox()
           
 void testKnownUserInboxWithMessages()
           
 void testMiscCommandsWithWithoutAuth()
           
 void testNotAsciiCharsInPassword()
           
 void testTwoSimultaneousMails()
           
 void testUidlCommand()
           
 void testUnknownCommand()
           
 void testUnknownUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POP3ServerTest

public POP3ServerTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testAuthenticationFail

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

testUnknownUser

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

testKnownUserEmptyInbox

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

testNotAsciiCharsInPassword

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

testUnknownCommand

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

testUidlCommand

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

testMiscCommandsWithWithoutAuth

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

testKnownUserInboxWithMessages

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

testTwoSimultaneousMails

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

testIpStored

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


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