org.xbill.DNS
Class HINFORecordTest

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

public class HINFORecordTest
extends junit.framework.TestCase


Constructor Summary
HINFORecordTest()
           
 
Method Summary
 void test_ctor_0arg()
           
 void test_ctor_5arg_invalid_CPU()
           
 void test_ctor_5arg_invalid_OS()
           
 void test_ctor_5arg()
           
 void test_getObject()
           
 void test_rdataFromString_invalid_CPU()
           
 void test_rdataFromString_invalid_OS()
           
 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, 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

HINFORecordTest

public HINFORecordTest()
Method Detail

test_ctor_0arg

public void test_ctor_0arg()

test_getObject

public void test_getObject()

test_ctor_5arg

public void test_ctor_5arg()
                    throws TextParseException
Throws:
TextParseException

test_ctor_5arg_invalid_CPU

public void test_ctor_5arg_invalid_CPU()
                                throws TextParseException
Throws:
TextParseException

test_ctor_5arg_invalid_OS

public void test_ctor_5arg_invalid_OS()
                               throws TextParseException
Throws:
TextParseException

test_rrFromWire

public void test_rrFromWire()
                     throws IOException
Throws:
IOException

test_rdataFromString

public void test_rdataFromString()
                          throws IOException
Throws:
IOException

test_rdataFromString_invalid_CPU

public void test_rdataFromString_invalid_CPU()
                                      throws IOException
Throws:
IOException

test_rdataFromString_invalid_OS

public void test_rdataFromString_invalid_OS()
                                     throws IOException
Throws:
IOException

test_rrToString

public void test_rrToString()
                     throws TextParseException
Throws:
TextParseException

test_rrToWire

public void test_rrToWire()
                   throws TextParseException
Throws:
TextParseException


Copyright © 2011. All Rights Reserved.