org.xbill.DNS
Class NameTest.Test_String_init

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

public static class NameTest.Test_String_init
extends junit.framework.TestCase


Constructor Summary
NameTest.Test_String_init()
           
 
Method Summary
protected  void setUp()
           
 void test_ctor_7label()
           
 void test_ctor_8label()
           
 void test_ctor_abs_abs_origin()
           
 void test_ctor_abs_rel_origin()
           
 void test_ctor_abs()
           
 void test_ctor_at_abs_origin()
           
 void test_ctor_at_null_origin()
           
 void test_ctor_at_rel_origin()
           
 void test_ctor_dot()
           
 void test_ctor_empty_escaped_end()
           
 void test_ctor_empty()
           
 void test_ctor_escaped_end()
           
 void test_ctor_escaped()
           
 void test_ctor_invalid_label()
           
 void test_ctor_max_label_escaped()
           
 void test_ctor_max_label()
           
 void test_ctor_max_labels()
           
 void test_ctor_max_length_abs()
           
 void test_ctor_max_length_rel()
           
 void test_ctor_rel_abs_origin()
           
 void test_ctor_rel()
           
 void test_ctor_short_escaped_end()
           
 void test_ctor_short_escaped()
           
 void test_ctor_toobig_escaped_end()
           
 void test_ctor_toobig_escaped()
           
 void test_ctor_toobig_label_escaped_end()
           
 void test_ctor_toobig_label_escaped()
           
 void test_ctor_toobig_label()
           
 void test_ctor_wildcard()
           
 void test_fromConstantString_invalid()
           
 void test_fromConstantString()
           
 void test_fromString_at()
           
 void test_fromString_dot()
           
 void test_fromString()
           
 
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

NameTest.Test_String_init

public NameTest.Test_String_init()
Method Detail

setUp

protected void setUp()
              throws TextParseException
Throws:
TextParseException

test_ctor_empty

public void test_ctor_empty()

test_ctor_at_null_origin

public void test_ctor_at_null_origin()
                              throws TextParseException
Throws:
TextParseException

test_ctor_at_abs_origin

public void test_ctor_at_abs_origin()
                             throws TextParseException
Throws:
TextParseException

test_ctor_at_rel_origin

public void test_ctor_at_rel_origin()
                             throws TextParseException
Throws:
TextParseException

test_ctor_dot

public void test_ctor_dot()
                   throws TextParseException
Throws:
TextParseException

test_ctor_wildcard

public void test_ctor_wildcard()
                        throws TextParseException
Throws:
TextParseException

test_ctor_abs

public void test_ctor_abs()
                   throws TextParseException
Throws:
TextParseException

test_ctor_rel

public void test_ctor_rel()
                   throws TextParseException
Throws:
TextParseException

test_ctor_7label

public void test_ctor_7label()
                      throws TextParseException
Throws:
TextParseException

test_ctor_8label

public void test_ctor_8label()
                      throws TextParseException
Throws:
TextParseException

test_ctor_abs_abs_origin

public void test_ctor_abs_abs_origin()
                              throws TextParseException
Throws:
TextParseException

test_ctor_abs_rel_origin

public void test_ctor_abs_rel_origin()
                              throws TextParseException
Throws:
TextParseException

test_ctor_rel_abs_origin

public void test_ctor_rel_abs_origin()
                              throws TextParseException
Throws:
TextParseException

test_ctor_invalid_label

public void test_ctor_invalid_label()

test_ctor_max_label

public void test_ctor_max_label()
                         throws TextParseException
Throws:
TextParseException

test_ctor_toobig_label

public void test_ctor_toobig_label()

test_ctor_max_length_rel

public void test_ctor_max_length_rel()
                              throws TextParseException
Throws:
TextParseException

test_ctor_max_length_abs

public void test_ctor_max_length_abs()
                              throws TextParseException
Throws:
TextParseException

test_ctor_escaped

public void test_ctor_escaped()
                       throws TextParseException
Throws:
TextParseException

test_ctor_escaped_end

public void test_ctor_escaped_end()
                           throws TextParseException
Throws:
TextParseException

test_ctor_short_escaped

public void test_ctor_short_escaped()
                             throws TextParseException
Throws:
TextParseException

test_ctor_short_escaped_end

public void test_ctor_short_escaped_end()
                                 throws TextParseException
Throws:
TextParseException

test_ctor_empty_escaped_end

public void test_ctor_empty_escaped_end()
                                 throws TextParseException
Throws:
TextParseException

test_ctor_toobig_escaped

public void test_ctor_toobig_escaped()
                              throws TextParseException
Throws:
TextParseException

test_ctor_toobig_escaped_end

public void test_ctor_toobig_escaped_end()
                                  throws TextParseException
Throws:
TextParseException

test_ctor_max_label_escaped

public void test_ctor_max_label_escaped()
                                 throws TextParseException
Throws:
TextParseException

test_ctor_max_labels

public void test_ctor_max_labels()
                          throws TextParseException
Throws:
TextParseException

test_ctor_toobig_label_escaped_end

public void test_ctor_toobig_label_escaped_end()
                                        throws TextParseException
Throws:
TextParseException

test_ctor_toobig_label_escaped

public void test_ctor_toobig_label_escaped()
                                    throws TextParseException
Throws:
TextParseException

test_fromString

public void test_fromString()
                     throws TextParseException
Throws:
TextParseException

test_fromString_at

public void test_fromString_at()
                        throws TextParseException
Throws:
TextParseException

test_fromString_dot

public void test_fromString_dot()
                         throws TextParseException
Throws:
TextParseException

test_fromConstantString

public void test_fromConstantString()
                             throws TextParseException
Throws:
TextParseException

test_fromConstantString_invalid

public void test_fromConstantString_invalid()


Copyright © 2011. All Rights Reserved.