org.xbill.DNS
Class NameTest.Test_equals

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

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


Constructor Summary
NameTest.Test_equals()
           
 
Method Summary
 void test_abs()
           
 void test_mixed()
           
 void test_notName()
           
 void test_null()
           
 void test_rel()
           
 void test_same()
           
 void test_weird()
           
 
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_equals

public NameTest.Test_equals()
Method Detail

test_same

public void test_same()
               throws TextParseException
Throws:
TextParseException

test_null

public void test_null()
               throws TextParseException
Throws:
TextParseException

test_notName

public void test_notName()
                  throws TextParseException
Throws:
TextParseException

test_abs

public void test_abs()
              throws TextParseException
Throws:
TextParseException

test_rel

public void test_rel()
              throws TextParseException
Throws:
TextParseException

test_mixed

public void test_mixed()
                throws TextParseException
Throws:
TextParseException

test_weird

public void test_weird()
                throws TextParseException
Throws:
TextParseException


Copyright © 2011. All Rights Reserved.