org.xbill.DNS
Class DNSOutputTest

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

public class DNSOutputTest
extends junit.framework.TestCase


Constructor Summary
DNSOutputTest()
           
 
Method Summary
 void setUp()
           
 void test_default_ctor()
           
 void test_initial_state()
           
 void test_jump_basic()
           
 void test_save_restore()
           
 void test_writeByteArray_1arg()
           
 void test_writeByteArray_3arg()
           
 void test_writeCountedString_basic()
           
 void test_writeCountedString_empty()
           
 void test_writeCountedString_toobig()
           
 void test_writeU16_basic()
           
 void test_writeU16_max()
           
 void test_writeU16_toobig()
           
 void test_writeU32_basic()
           
 void test_writeU32_max()
           
 void test_writeU32_toobig()
           
 void test_writeU8_basic()
           
 void test_writeU8_expand()
           
 void test_writeU8_max()
           
 void test_writeU8_toobig()
           
 
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

DNSOutputTest

public DNSOutputTest()
Method Detail

setUp

public void setUp()

test_default_ctor

public void test_default_ctor()

test_initial_state

public void test_initial_state()

test_writeU8_basic

public void test_writeU8_basic()

test_writeU8_expand

public void test_writeU8_expand()

test_writeU8_max

public void test_writeU8_max()

test_writeU8_toobig

public void test_writeU8_toobig()

test_writeU16_basic

public void test_writeU16_basic()

test_writeU16_max

public void test_writeU16_max()

test_writeU16_toobig

public void test_writeU16_toobig()

test_writeU32_basic

public void test_writeU32_basic()

test_writeU32_max

public void test_writeU32_max()

test_writeU32_toobig

public void test_writeU32_toobig()

test_jump_basic

public void test_jump_basic()

test_writeByteArray_1arg

public void test_writeByteArray_1arg()

test_writeByteArray_3arg

public void test_writeByteArray_3arg()

test_writeCountedString_basic

public void test_writeCountedString_basic()

test_writeCountedString_empty

public void test_writeCountedString_empty()

test_writeCountedString_toobig

public void test_writeCountedString_toobig()

test_save_restore

public void test_save_restore()


Copyright © 2011. All Rights Reserved.