org.xbill.DNS
Class RecordTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.xbill.DNS.RecordTest
- All Implemented Interfaces:
- junit.framework.Test
- public class RecordTest
- extends junit.framework.TestCase
| 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 |
RecordTest
public RecordTest()
test_ctor_0arg
public void test_ctor_0arg()
test_ctor_4arg
public void test_ctor_4arg()
throws TextParseException
- Throws:
TextParseException
test_ctor_4arg_invalid
public void test_ctor_4arg_invalid()
throws TextParseException
- Throws:
TextParseException
test_newRecord_3arg
public void test_newRecord_3arg()
throws TextParseException
- Throws:
TextParseException
test_newRecord_4arg
public void test_newRecord_4arg()
throws TextParseException
- Throws:
TextParseException
test_newRecord_5arg
public void test_newRecord_5arg()
throws TextParseException,
UnknownHostException
- Throws:
TextParseException
UnknownHostException
test_newRecord_6arg
public void test_newRecord_6arg()
throws TextParseException,
UnknownHostException
- Throws:
TextParseException
UnknownHostException
test_newRecord_6arg_invalid
public void test_newRecord_6arg_invalid()
throws TextParseException
- Throws:
TextParseException
test_fromWire
public void test_fromWire()
throws IOException,
TextParseException,
UnknownHostException
- Throws:
IOException
TextParseException
UnknownHostException
test_toWire
public void test_toWire()
throws IOException,
TextParseException,
UnknownHostException
- Throws:
IOException
TextParseException
UnknownHostException
test_toWireCanonical
public void test_toWireCanonical()
throws IOException,
TextParseException,
UnknownHostException
- Throws:
IOException
TextParseException
UnknownHostException
test_rdataToWireCanonical
public void test_rdataToWireCanonical()
throws IOException,
TextParseException,
UnknownHostException
- Throws:
IOException
TextParseException
UnknownHostException
test_rdataToString
public void test_rdataToString()
throws IOException,
TextParseException,
UnknownHostException
- Throws:
IOException
TextParseException
UnknownHostException
test_toString
public void test_toString()
throws TextParseException
- Throws:
TextParseException
test_byteArrayFromString
public void test_byteArrayFromString()
throws TextParseException
- Throws:
TextParseException
test_byteArrayFromString_invalid
public void test_byteArrayFromString_invalid()
test_byteArrayToString
public void test_byteArrayToString()
test_unknownToString
public void test_unknownToString()
test_fromString
public void test_fromString()
throws IOException,
TextParseException
- Throws:
IOException
TextParseException
test_fromString_invalid
public void test_fromString_invalid()
throws IOException,
TextParseException
- Throws:
IOException
TextParseException
test_getRRsetType
public void test_getRRsetType()
throws TextParseException
- Throws:
TextParseException
test_sameRRset
public void test_sameRRset()
throws TextParseException
- Throws:
TextParseException
test_equals
public void test_equals()
throws TextParseException
- Throws:
TextParseException
test_hashCode
public void test_hashCode()
throws TextParseException
- Throws:
TextParseException
test_cloneRecord
public void test_cloneRecord()
throws TextParseException
- Throws:
TextParseException
test_withName
public void test_withName()
throws TextParseException
- Throws:
TextParseException
test_withDClass
public void test_withDClass()
throws TextParseException
- Throws:
TextParseException
test_setTTL
public void test_setTTL()
throws TextParseException,
UnknownHostException
- Throws:
TextParseException
UnknownHostException
test_compareTo
public void test_compareTo()
throws TextParseException
- Throws:
TextParseException
test_getAdditionalName
public void test_getAdditionalName()
throws TextParseException
- Throws:
TextParseException
test_checkU8
public void test_checkU8()
test_checkU16
public void test_checkU16()
test_checkU32
public void test_checkU32()
test_checkName
public void test_checkName()
throws TextParseException
- Throws:
TextParseException
Copyright © 2011. All Rights Reserved.