org.xbill.DNS
Class ExceptionTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.xbill.DNS.ExceptionTest
All Implemented Interfaces:
junit.framework.Test

public class ExceptionTest
extends junit.framework.TestCase


Constructor Summary
ExceptionTest()
           
 
Method Summary
 void test_InvalidDClassException()
           
 void test_InvalidTTLException()
           
 void test_InvalidTypeException()
           
 void test_NameTooLongException()
           
 void test_RelativeNameException()
           
 void test_TextParseException()
           
 void test_WireParseException()
           
 void test_ZoneTransferException()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionTest

public ExceptionTest()
Method Detail

test_InvalidDClassException

public void test_InvalidDClassException()

test_InvalidTTLException

public void test_InvalidTTLException()

test_InvalidTypeException

public void test_InvalidTypeException()

test_NameTooLongException

public void test_NameTooLongException()

test_RelativeNameException

public void test_RelativeNameException()
                                throws TextParseException
Throws:
TextParseException

test_TextParseException

public void test_TextParseException()

test_WireParseException

public void test_WireParseException()

test_ZoneTransferException

public void test_ZoneTransferException()


Copyright © 2011. All Rights Reserved.