org.xbill.DNS
Class AddressTest

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

public class AddressTest
extends junit.framework.TestCase


Constructor Summary
AddressTest()
           
 
Method Summary
 void test_addressLength()
           
 void test_familyOf()
           
 void test_getAllByName_invalid()
           
 void test_getAllByName()
           
 void test_getByName_invalid()
           
 void test_getByName()
           
 void test_getHostName()
           
 void test_isDottedQuad()
           
 void test_toArray_invalid()
           
 void test_toArray()
           
 void test_toByteArray_invalid()
           
 void test_toByteArray_IPv4_invalid()
           
 void test_toByteArray_IPv4()
           
 void test_toByteArray_IPv6_invalid()
           
 void test_toByteArray_IPv6()
           
 void test_toDottedQuad()
           
 
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

AddressTest

public AddressTest()
Method Detail

test_toByteArray_invalid

public void test_toByteArray_invalid()

test_toByteArray_IPv4

public void test_toByteArray_IPv4()

test_toByteArray_IPv4_invalid

public void test_toByteArray_IPv4_invalid()

test_toByteArray_IPv6

public void test_toByteArray_IPv6()

test_toByteArray_IPv6_invalid

public void test_toByteArray_IPv6_invalid()

test_toArray

public void test_toArray()

test_toArray_invalid

public void test_toArray_invalid()

test_isDottedQuad

public void test_isDottedQuad()

test_toDottedQuad

public void test_toDottedQuad()

test_addressLength

public void test_addressLength()

test_getByName

public void test_getByName()
                    throws UnknownHostException
Throws:
UnknownHostException

test_getByName_invalid

public void test_getByName_invalid()
                            throws UnknownHostException
Throws:
UnknownHostException

test_getAllByName

public void test_getAllByName()
                       throws UnknownHostException
Throws:
UnknownHostException

test_getAllByName_invalid

public void test_getAllByName_invalid()
                               throws UnknownHostException
Throws:
UnknownHostException

test_familyOf

public void test_familyOf()
                   throws UnknownHostException
Throws:
UnknownHostException

test_getHostName

public void test_getHostName()
                      throws UnknownHostException
Throws:
UnknownHostException


Copyright © 2011. All Rights Reserved.