org.apache.james.dnsserver
Class DNSServerTest

java.lang.Object
  extended by TestCase
      extended by org.apache.james.dnsserver.DNSServerTest

public class DNSServerTest
extends TestCase


Constructor Summary
DNSServerTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testBadMX()
           
 void testCNAMEasMXrecords()
           
 void testINARecords()
           
 void testMXCatches()
           
 void testNoMX()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNSServerTest

public DNSServerTest()
Method Detail

testNoMX

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

testBadMX

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

testINARecords

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

testMXCatches

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

testCNAMEasMXrecords

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

setUp

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

tearDown

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


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