org.xbill.DNS
Class NameTest.Test_String_init
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.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
| 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 |
NameTest.Test_String_init
public NameTest.Test_String_init()
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.