org.xbill.DNS
Class A6RecordTest

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

public class A6RecordTest
extends junit.framework.TestCase


Constructor Summary
A6RecordTest()
           
 
Method Summary
protected  void setUp()
           
 void test_ctor_0arg()
           
 void test_ctor_6arg()
           
 void test_getObject()
           
 void test_rdataFromString()
           
 void test_rrFromWire()
           
 void test_rrToString()
           
 void test_rrToWire()
           
 
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

A6RecordTest

public A6RecordTest()
Method Detail

setUp

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

test_ctor_0arg

public void test_ctor_0arg()

test_getObject

public void test_getObject()

test_ctor_6arg

public void test_ctor_6arg()

test_rrFromWire

public void test_rrFromWire()
                     throws CloneNotSupportedException,
                            IOException,
                            UnknownHostException
Throws:
CloneNotSupportedException
IOException
UnknownHostException

test_rdataFromString

public void test_rdataFromString()
                          throws CloneNotSupportedException,
                                 IOException,
                                 UnknownHostException
Throws:
CloneNotSupportedException
IOException
UnknownHostException

test_rrToString

public void test_rrToString()

test_rrToWire

public void test_rrToWire()


Copyright © 2011. All Rights Reserved.