org.apache.james.smtpserver
Class SPFHandlerTest

java.lang.Object
  extended by TestCase
      extended by org.apache.james.smtpserver.SPFHandlerTest

public class SPFHandlerTest
extends TestCase


Constructor Summary
SPFHandlerTest()
           
 
Method Summary
protected  void setUp()
           
 void testSPFfail()
           
 void testSPFfailAddJunkScore()
           
 void testSPFNoRecord()
           
 void testSPFpass()
           
 void testSPFpermError()
           
 void testSPFpermErrorNotRejectAbuse()
           
 void testSPFpermErrorNotRejectPostmaster()
           
 void testSPFpermErrorRejectDisabled()
           
 void testSPFsoftFail()
           
 void testSPFsoftFailRejectEnabled()
           
 void testSPFtempError()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPFHandlerTest

public SPFHandlerTest()
Method Detail

setUp

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

testSPFpass

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

testSPFfail

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

testSPFsoftFail

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

testSPFsoftFailRejectEnabled

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

testSPFpermError

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

testSPFtempError

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

testSPFNoRecord

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

testSPFpermErrorNotRejectPostmaster

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

testSPFpermErrorNotRejectAbuse

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

testSPFpermErrorRejectDisabled

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

testSPFfailAddJunkScore

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


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