org.xbill.DNS
Class KEYRecordTest

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

public class KEYRecordTest
extends junit.framework.TestCase


Constructor Summary
KEYRecordTest()
           
 
Method Summary
 void test_ctor_0arg()
           
 void test_ctor_7arg()
           
 void test_Flags_value()
           
 void test_getObject()
           
 void test_Protocol_string()
           
 void test_Protocol_value()
           
 void test_rdataFromString()
           
 
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

KEYRecordTest

public KEYRecordTest()
Method Detail

test_ctor_0arg

public void test_ctor_0arg()
                    throws UnknownHostException
Throws:
UnknownHostException

test_getObject

public void test_getObject()

test_ctor_7arg

public void test_ctor_7arg()
                    throws TextParseException
Throws:
TextParseException

test_Protocol_string

public void test_Protocol_string()

test_Protocol_value

public void test_Protocol_value()

test_Flags_value

public void test_Flags_value()

test_rdataFromString

public void test_rdataFromString()
                          throws IOException,
                                 TextParseException
Throws:
IOException
TextParseException


Copyright © 2011. All Rights Reserved.