org.xbill.DNS
Class NameTest.Test_DNSInput_init

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

public static class NameTest.Test_DNSInput_init
extends junit.framework.TestCase


Constructor Summary
NameTest.Test_DNSInput_init()
           
 
Method Summary
 void test_bad_compression()
           
 void test_basic_compression_state_restore()
           
 void test_basic_compression()
           
 void test_basic()
           
 void test_incomplete()
           
 void test_invalid_length()
           
 void test_long_jump_compression()
           
 void test_max_label_length()
           
 void test_max_labels()
           
 void test_max_name()
           
 void test_root()
           
 void test_toolong_name()
           
 void test_toomany_labels()
           
 void test_two_part_compression_state_restore()
           
 void test_two_part_compression()
           
 void test_two_pointer_compression()
           
 
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

NameTest.Test_DNSInput_init

public NameTest.Test_DNSInput_init()
Method Detail

test_basic

public void test_basic()
                throws IOException,
                       TextParseException,
                       WireParseException
Throws:
IOException
TextParseException
WireParseException

test_incomplete

public void test_incomplete()
                     throws IOException
Throws:
IOException

test_root

public void test_root()
               throws WireParseException
Throws:
WireParseException

test_invalid_length

public void test_invalid_length()
                         throws IOException
Throws:
IOException

test_max_label_length

public void test_max_label_length()
                           throws TextParseException,
                                  WireParseException
Throws:
TextParseException
WireParseException

test_max_name

public void test_max_name()
                   throws TextParseException,
                          WireParseException
Throws:
TextParseException
WireParseException

test_toolong_name

public void test_toolong_name()
                       throws TextParseException,
                              WireParseException
Throws:
TextParseException
WireParseException

test_max_labels

public void test_max_labels()
                     throws TextParseException,
                            WireParseException
Throws:
TextParseException
WireParseException

test_toomany_labels

public void test_toomany_labels()
                         throws TextParseException,
                                WireParseException
Throws:
TextParseException
WireParseException

test_basic_compression

public void test_basic_compression()
                            throws TextParseException,
                                   WireParseException
Throws:
TextParseException
WireParseException

test_two_pointer_compression

public void test_two_pointer_compression()
                                  throws TextParseException,
                                         WireParseException
Throws:
TextParseException
WireParseException

test_two_part_compression

public void test_two_part_compression()
                               throws TextParseException,
                                      WireParseException
Throws:
TextParseException
WireParseException

test_long_jump_compression

public void test_long_jump_compression()
                                throws TextParseException,
                                       WireParseException
Throws:
TextParseException
WireParseException

test_bad_compression

public void test_bad_compression()
                          throws TextParseException,
                                 WireParseException
Throws:
TextParseException
WireParseException

test_basic_compression_state_restore

public void test_basic_compression_state_restore()
                                          throws TextParseException,
                                                 WireParseException
Throws:
TextParseException
WireParseException

test_two_part_compression_state_restore

public void test_two_part_compression_state_restore()
                                             throws TextParseException,
                                                    WireParseException
Throws:
TextParseException
WireParseException


Copyright © 2011. All Rights Reserved.