org.xbill.DNS
Class RRsetTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.xbill.DNS.RRsetTest
All Implemented Interfaces:
junit.framework.Test

public class RRsetTest
extends junit.framework.TestCase


Constructor Summary
RRsetTest()
           
 
Method Summary
 void setUp()
           
 void test_addRR_invalidDClass()
           
 void test_addRR_invalidName()
           
 void test_addRR_invalidType()
           
 void test_basics()
           
 void test_ctor_0arg()
           
 void test_ctor_1arg()
           
 void test_noncycling_iterator()
           
 void test_Record_placement()
           
 void test_toString()
           
 void test_TTLcalculation()
           
 
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

RRsetTest

public RRsetTest()
Method Detail

setUp

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

test_ctor_0arg

public void test_ctor_0arg()

test_basics

public void test_basics()
                 throws TextParseException,
                        UnknownHostException
Throws:
TextParseException
UnknownHostException

test_ctor_1arg

public void test_ctor_1arg()

test_toString

public void test_toString()

test_addRR_invalidType

public void test_addRR_invalidType()
                            throws TextParseException
Throws:
TextParseException

test_addRR_invalidName

public void test_addRR_invalidName()
                            throws TextParseException,
                                   UnknownHostException
Throws:
TextParseException
UnknownHostException

test_addRR_invalidDClass

public void test_addRR_invalidDClass()
                              throws TextParseException,
                                     UnknownHostException
Throws:
TextParseException
UnknownHostException

test_TTLcalculation

public void test_TTLcalculation()

test_Record_placement

public void test_Record_placement()

test_noncycling_iterator

public void test_noncycling_iterator()


Copyright © 2011. All Rights Reserved.