org.xbill.DNS
Class SOARecordTest.Test_init

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.xbill.DNS.SOARecordTest.Test_init
All Implemented Interfaces:
junit.framework.Test
Enclosing class:
SOARecordTest

public static class SOARecordTest.Test_init
extends junit.framework.TestCase


Constructor Summary
SOARecordTest.Test_init()
           
 
Method Summary
protected  void setUp()
           
 void test_0arg()
           
 void test_10arg_negative_expire()
           
 void test_10arg_negative_minimun()
           
 void test_10arg_negative_refresh()
           
 void test_10arg_negative_retry()
           
 void test_10arg_negative_serial()
           
 void test_10arg_relative_admin()
           
 void test_10arg_relative_host()
           
 void test_10arg_relative_name()
           
 void test_10arg_toobig_expire()
           
 void test_10arg_toobig_minimum()
           
 void test_10arg_toobig_refresh()
           
 void test_10arg_toobig_retry()
           
 void test_10arg_toobig_serial()
           
 void test_10arg()
           
 void test_getObject()
           
 
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

SOARecordTest.Test_init

public SOARecordTest.Test_init()
Method Detail

setUp

protected void setUp()
              throws TextParseException,
                     UnknownHostException
Throws:
TextParseException
UnknownHostException

test_0arg

public void test_0arg()
               throws UnknownHostException
Throws:
UnknownHostException

test_getObject

public void test_getObject()

test_10arg

public void test_10arg()

test_10arg_relative_name

public void test_10arg_relative_name()

test_10arg_relative_host

public void test_10arg_relative_host()

test_10arg_relative_admin

public void test_10arg_relative_admin()

test_10arg_negative_serial

public void test_10arg_negative_serial()

test_10arg_toobig_serial

public void test_10arg_toobig_serial()

test_10arg_negative_refresh

public void test_10arg_negative_refresh()

test_10arg_toobig_refresh

public void test_10arg_toobig_refresh()

test_10arg_negative_retry

public void test_10arg_negative_retry()

test_10arg_toobig_retry

public void test_10arg_toobig_retry()

test_10arg_negative_expire

public void test_10arg_negative_expire()

test_10arg_toobig_expire

public void test_10arg_toobig_expire()

test_10arg_negative_minimun

public void test_10arg_negative_minimun()

test_10arg_toobig_minimum

public void test_10arg_toobig_minimum()


Copyright © 2011. All Rights Reserved.