org.xbill.DNS
Class NameTest.Test_compareTo

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

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


Constructor Summary
NameTest.Test_compareTo()
           
 
Method Summary
 void test_close()
           
 void test_disjoint()
           
 void test_equal()
           
 void test_label_prefix()
           
 void test_more_labels()
           
 void test_notName()
           
 void test_same()
           
 
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_compareTo

public NameTest.Test_compareTo()
Method Detail

test_notName

public void test_notName()
                  throws TextParseException
Throws:
TextParseException

test_same

public void test_same()
               throws TextParseException
Throws:
TextParseException

test_equal

public void test_equal()
                throws TextParseException
Throws:
TextParseException

test_close

public void test_close()
                throws TextParseException
Throws:
TextParseException

test_disjoint

public void test_disjoint()
                   throws TextParseException
Throws:
TextParseException

test_label_prefix

public void test_label_prefix()
                       throws TextParseException
Throws:
TextParseException

test_more_labels

public void test_more_labels()
                      throws TextParseException
Throws:
TextParseException


Copyright © 2011. All Rights Reserved.