org.xbill.DNS
Class DNSInputTest

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

public class DNSInputTest
extends junit.framework.TestCase


Constructor Summary
DNSInputTest()
           
 
Method Summary
 void setUp()
           
 void test_clearActive()
           
 void test_initial_state()
           
 void test_jump_invalid()
           
 void test_jump1()
           
 void test_jump2()
           
 void test_readByteArray_0arg_boundary()
           
 void test_readByteArray_0arg()
           
 void test_readByteArray_1arg_boundary()
           
 void test_readByteArray_1arg_invalid()
           
 void test_readByteArray_1arg()
           
 void test_readByteArray_3arg()
           
 void test_readCountedSting()
           
 void test_readU16_basic()
           
 void test_readU16_maxval()
           
 void test_readU32_basic()
           
 void test_readU32_maxval()
           
 void test_readU8_basic()
           
 void test_readU8_maxval()
           
 void test_restore_invalid()
           
 void test_save_restore()
           
 void test_setActive_boundary1()
           
 void test_setActive_boundary2()
           
 void test_setActive_invalid()
           
 void test_setActive()
           
 
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

DNSInputTest

public DNSInputTest()
Method Detail

setUp

public void setUp()

test_initial_state

public void test_initial_state()

test_jump1

public void test_jump1()

test_jump2

public void test_jump2()

test_jump_invalid

public void test_jump_invalid()

test_setActive

public void test_setActive()

test_setActive_boundary1

public void test_setActive_boundary1()

test_setActive_boundary2

public void test_setActive_boundary2()

test_setActive_invalid

public void test_setActive_invalid()

test_clearActive

public void test_clearActive()

test_restore_invalid

public void test_restore_invalid()

test_save_restore

public void test_save_restore()

test_readU8_basic

public void test_readU8_basic()
                       throws WireParseException
Throws:
WireParseException

test_readU8_maxval

public void test_readU8_maxval()
                        throws WireParseException
Throws:
WireParseException

test_readU16_basic

public void test_readU16_basic()
                        throws WireParseException
Throws:
WireParseException

test_readU16_maxval

public void test_readU16_maxval()
                         throws WireParseException
Throws:
WireParseException

test_readU32_basic

public void test_readU32_basic()
                        throws WireParseException
Throws:
WireParseException

test_readU32_maxval

public void test_readU32_maxval()
                         throws WireParseException
Throws:
WireParseException

test_readByteArray_0arg

public void test_readByteArray_0arg()
                             throws WireParseException
Throws:
WireParseException

test_readByteArray_0arg_boundary

public void test_readByteArray_0arg_boundary()
                                      throws WireParseException
Throws:
WireParseException

test_readByteArray_1arg

public void test_readByteArray_1arg()
                             throws WireParseException
Throws:
WireParseException

test_readByteArray_1arg_boundary

public void test_readByteArray_1arg_boundary()
                                      throws WireParseException
Throws:
WireParseException

test_readByteArray_1arg_invalid

public void test_readByteArray_1arg_invalid()

test_readByteArray_3arg

public void test_readByteArray_3arg()
                             throws WireParseException
Throws:
WireParseException

test_readCountedSting

public void test_readCountedSting()
                           throws WireParseException
Throws:
WireParseException


Copyright © 2011. All Rights Reserved.