org.xbill.DNS
Class APLRecordTest.Test_rrToWire

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.xbill.DNS.APLRecordTest.Test_rrToWire
All Implemented Interfaces:
junit.framework.Test
Enclosing class:
APLRecordTest

public static class APLRecordTest.Test_rrToWire
extends junit.framework.TestCase


Constructor Summary
APLRecordTest.Test_rrToWire()
           
 
Method Summary
protected  void setUp()
           
 void test_address_with_embedded_zero()
           
 void test_basic()
           
 void test_empty()
           
 void test_non_IP()
           
 void test_short_address()
           
 void test_wildcard_address()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

APLRecordTest.Test_rrToWire

public APLRecordTest.Test_rrToWire()
Method Detail

setUp

protected void setUp()
              throws TextParseException,
                     UnknownHostException
Throws:
TextParseException
UnknownHostException

test_empty

public void test_empty()

test_basic

public void test_basic()

test_non_IP

public void test_non_IP()
                 throws IOException
Throws:
IOException

test_address_with_embedded_zero

public void test_address_with_embedded_zero()
                                     throws UnknownHostException
Throws:
UnknownHostException

test_short_address

public void test_short_address()
                        throws UnknownHostException
Throws:
UnknownHostException

test_wildcard_address

public void test_wildcard_address()
                           throws UnknownHostException
Throws:
UnknownHostException


Copyright © 2011. All Rights Reserved.