org.xbill.DNS
Class NameTest.Test_toWire

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

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


Constructor Summary
NameTest.Test_toWire()
           
 
Method Summary
 void test_0arg_rel()
           
 void test_0arg()
           
 void test_3arg()
           
 void test_empty_Compression()
           
 void test_null_Compression()
           
 void test_rel()
           
 void test_root()
           
 void test_with_exact_Compression()
           
 void test_with_partial_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_toWire

public NameTest.Test_toWire()
Method Detail

test_rel

public void test_rel()
              throws TextParseException
Throws:
TextParseException

test_null_Compression

public void test_null_Compression()
                           throws TextParseException
Throws:
TextParseException

test_empty_Compression

public void test_empty_Compression()
                            throws TextParseException
Throws:
TextParseException

test_with_exact_Compression

public void test_with_exact_Compression()
                                 throws TextParseException
Throws:
TextParseException

test_with_partial_Compression

public void test_with_partial_Compression()
                                   throws TextParseException
Throws:
TextParseException

test_0arg_rel

public void test_0arg_rel()
                   throws TextParseException
Throws:
TextParseException

test_0arg

public void test_0arg()
               throws TextParseException
Throws:
TextParseException

test_root

public void test_root()

test_3arg

public void test_3arg()
               throws TextParseException
Throws:
TextParseException


Copyright © 2011. All Rights Reserved.