org.xbill.DNS
Class APLRecordTest.Test_rrFromWire

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

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


Constructor Summary
APLRecordTest.Test_rrFromWire()
           
 
Method Summary
protected  void setUp()
           
 void test_invalid_IPv4_length()
           
 void test_invalid_IPv4_prefix()
           
 void test_multiple_validIPv4()
           
 void test_valid_nonIP()
           
 void test_validIPv4_short_address()
           
 void test_validIPv4()
           
 void test_validIPv6()
           
 
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_rrFromWire

public APLRecordTest.Test_rrFromWire()
Method Detail

setUp

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

test_validIPv4

public void test_validIPv4()
                    throws IOException
Throws:
IOException

test_validIPv4_short_address

public void test_validIPv4_short_address()
                                  throws IOException
Throws:
IOException

test_invalid_IPv4_prefix

public void test_invalid_IPv4_prefix()
                              throws IOException
Throws:
IOException

test_invalid_IPv4_length

public void test_invalid_IPv4_length()
                              throws IOException
Throws:
IOException

test_multiple_validIPv4

public void test_multiple_validIPv4()
                             throws IOException
Throws:
IOException

test_validIPv6

public void test_validIPv6()
                    throws IOException
Throws:
IOException

test_valid_nonIP

public void test_valid_nonIP()
                      throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.