org.xbill.DNS
Class APLRecordTest.Test_rdataFromString

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

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


Constructor Summary
APLRecordTest.Test_rdataFromString()
           
 
Method Summary
protected  void setUp()
           
 void test_colon_and_slash_swapped()
           
 void test_empty_address()
           
 void test_empty_family()
           
 void test_empty_prefix()
           
 void test_invalid_family()
           
 void test_invalid_prefix()
           
 void test_malformed_address()
           
 void test_malformed_family()
           
 void test_malformed_prefix()
           
 void test_no_colon()
           
 void test_no_slash()
           
 void test_valid_multi()
           
 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_rdataFromString

public APLRecordTest.Test_rdataFromString()
Method Detail

setUp

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

test_validIPv4

public void test_validIPv4()
                    throws IOException
Throws:
IOException

test_valid_multi

public void test_valid_multi()
                      throws IOException
Throws:
IOException

test_validIPv6

public void test_validIPv6()
                    throws IOException
Throws:
IOException

test_no_colon

public void test_no_colon()
                   throws IOException
Throws:
IOException

test_colon_and_slash_swapped

public void test_colon_and_slash_swapped()
                                  throws IOException
Throws:
IOException

test_no_slash

public void test_no_slash()
                   throws IOException
Throws:
IOException

test_empty_family

public void test_empty_family()
                       throws IOException
Throws:
IOException

test_malformed_family

public void test_malformed_family()
                           throws IOException
Throws:
IOException

test_invalid_family

public void test_invalid_family()
                         throws IOException
Throws:
IOException

test_empty_prefix

public void test_empty_prefix()
                       throws IOException
Throws:
IOException

test_malformed_prefix

public void test_malformed_prefix()
                           throws IOException
Throws:
IOException

test_invalid_prefix

public void test_invalid_prefix()
                         throws IOException
Throws:
IOException

test_empty_address

public void test_empty_address()
                        throws IOException
Throws:
IOException

test_malformed_address

public void test_malformed_address()
                            throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.