org.xbill.DNS
Class RecordTest

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

public class RecordTest
extends junit.framework.TestCase


Constructor Summary
RecordTest()
           
 
Method Summary
 void test_byteArrayFromString_invalid()
           
 void test_byteArrayFromString()
           
 void test_byteArrayToString()
           
 void test_checkName()
           
 void test_checkU16()
           
 void test_checkU32()
           
 void test_checkU8()
           
 void test_cloneRecord()
           
 void test_compareTo()
           
 void test_ctor_0arg()
           
 void test_ctor_4arg_invalid()
           
 void test_ctor_4arg()
           
 void test_equals()
           
 void test_fromString_invalid()
           
 void test_fromString()
           
 void test_fromWire()
           
 void test_getAdditionalName()
           
 void test_getRRsetType()
           
 void test_hashCode()
           
 void test_newRecord_3arg()
           
 void test_newRecord_4arg()
           
 void test_newRecord_5arg()
           
 void test_newRecord_6arg_invalid()
           
 void test_newRecord_6arg()
           
 void test_rdataToString()
           
 void test_rdataToWireCanonical()
           
 void test_sameRRset()
           
 void test_setTTL()
           
 void test_toString()
           
 void test_toWire()
           
 void test_toWireCanonical()
           
 void test_unknownToString()
           
 void test_withDClass()
           
 void test_withName()
           
 
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

RecordTest

public RecordTest()
Method Detail

test_ctor_0arg

public void test_ctor_0arg()

test_ctor_4arg

public void test_ctor_4arg()
                    throws TextParseException
Throws:
TextParseException

test_ctor_4arg_invalid

public void test_ctor_4arg_invalid()
                            throws TextParseException
Throws:
TextParseException

test_newRecord_3arg

public void test_newRecord_3arg()
                         throws TextParseException
Throws:
TextParseException

test_newRecord_4arg

public void test_newRecord_4arg()
                         throws TextParseException
Throws:
TextParseException

test_newRecord_5arg

public void test_newRecord_5arg()
                         throws TextParseException,
                                UnknownHostException
Throws:
TextParseException
UnknownHostException

test_newRecord_6arg

public void test_newRecord_6arg()
                         throws TextParseException,
                                UnknownHostException
Throws:
TextParseException
UnknownHostException

test_newRecord_6arg_invalid

public void test_newRecord_6arg_invalid()
                                 throws TextParseException
Throws:
TextParseException

test_fromWire

public void test_fromWire()
                   throws IOException,
                          TextParseException,
                          UnknownHostException
Throws:
IOException
TextParseException
UnknownHostException

test_toWire

public void test_toWire()
                 throws IOException,
                        TextParseException,
                        UnknownHostException
Throws:
IOException
TextParseException
UnknownHostException

test_toWireCanonical

public void test_toWireCanonical()
                          throws IOException,
                                 TextParseException,
                                 UnknownHostException
Throws:
IOException
TextParseException
UnknownHostException

test_rdataToWireCanonical

public void test_rdataToWireCanonical()
                               throws IOException,
                                      TextParseException,
                                      UnknownHostException
Throws:
IOException
TextParseException
UnknownHostException

test_rdataToString

public void test_rdataToString()
                        throws IOException,
                               TextParseException,
                               UnknownHostException
Throws:
IOException
TextParseException
UnknownHostException

test_toString

public void test_toString()
                   throws TextParseException
Throws:
TextParseException

test_byteArrayFromString

public void test_byteArrayFromString()
                              throws TextParseException
Throws:
TextParseException

test_byteArrayFromString_invalid

public void test_byteArrayFromString_invalid()

test_byteArrayToString

public void test_byteArrayToString()

test_unknownToString

public void test_unknownToString()

test_fromString

public void test_fromString()
                     throws IOException,
                            TextParseException
Throws:
IOException
TextParseException

test_fromString_invalid

public void test_fromString_invalid()
                             throws IOException,
                                    TextParseException
Throws:
IOException
TextParseException

test_getRRsetType

public void test_getRRsetType()
                       throws TextParseException
Throws:
TextParseException

test_sameRRset

public void test_sameRRset()
                    throws TextParseException
Throws:
TextParseException

test_equals

public void test_equals()
                 throws TextParseException
Throws:
TextParseException

test_hashCode

public void test_hashCode()
                   throws TextParseException
Throws:
TextParseException

test_cloneRecord

public void test_cloneRecord()
                      throws TextParseException
Throws:
TextParseException

test_withName

public void test_withName()
                   throws TextParseException
Throws:
TextParseException

test_withDClass

public void test_withDClass()
                     throws TextParseException
Throws:
TextParseException

test_setTTL

public void test_setTTL()
                 throws TextParseException,
                        UnknownHostException
Throws:
TextParseException
UnknownHostException

test_compareTo

public void test_compareTo()
                    throws TextParseException
Throws:
TextParseException

test_getAdditionalName

public void test_getAdditionalName()
                            throws TextParseException
Throws:
TextParseException

test_checkU8

public void test_checkU8()

test_checkU16

public void test_checkU16()

test_checkU32

public void test_checkU32()

test_checkName

public void test_checkName()
                    throws TextParseException
Throws:
TextParseException


Copyright © 2011. All Rights Reserved.