org.xbill.DNS
Class DSRecordTest.Test_Ctor_7arg

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

public static class DSRecordTest.Test_Ctor_7arg
extends junit.framework.TestCase


Constructor Summary
DSRecordTest.Test_Ctor_7arg()
           
 
Method Summary
protected  void setUp()
           
 void test_basic()
           
 void test_null_digest()
           
 void test_toobig_algorithm()
           
 void test_toobig_digestid()
           
 void test_toobig_footprint()
           
 void test_toosmall_algorithm()
           
 void test_toosmall_digestid()
           
 void test_toosmall_footprint()
           
 
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

DSRecordTest.Test_Ctor_7arg

public DSRecordTest.Test_Ctor_7arg()
Method Detail

setUp

protected void setUp()
              throws TextParseException
Throws:
TextParseException

test_basic

public void test_basic()
                throws TextParseException
Throws:
TextParseException

test_toosmall_footprint

public void test_toosmall_footprint()
                             throws TextParseException
Throws:
TextParseException

test_toobig_footprint

public void test_toobig_footprint()
                           throws TextParseException
Throws:
TextParseException

test_toosmall_algorithm

public void test_toosmall_algorithm()
                             throws TextParseException
Throws:
TextParseException

test_toobig_algorithm

public void test_toobig_algorithm()
                           throws TextParseException
Throws:
TextParseException

test_toosmall_digestid

public void test_toosmall_digestid()
                            throws TextParseException
Throws:
TextParseException

test_toobig_digestid

public void test_toobig_digestid()
                          throws TextParseException
Throws:
TextParseException

test_null_digest

public void test_null_digest()


Copyright © 2011. All Rights Reserved.