org.xbill.DNS
Class TokenizerTest

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

public class TokenizerTest
extends junit.framework.TestCase


Constructor Summary
TokenizerTest()
           
 
Method Summary
protected  void setUp()
           
 void test_empty_string()
           
 void test_File_input()
           
 void test_get_invalid()
           
 void test_get()
           
 void test_getBase64()
           
 void test_getEOL()
           
 void test_getHex()
           
 void test_getIdentifier()
           
 void test_getLong()
           
 void test_getName()
           
 void test_getString()
           
 void test_getTTL()
           
 void test_getTTLLike()
           
 void test_getUInt16()
           
 void test_getUInt32()
           
 void test_getUInt8()
           
 void test_multiple_ungets()
           
 void test_unwanted_comment()
           
 void test_unwanted_ungotten_comment()
           
 void test_unwanted_ungotten_whitespace()
           
 
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

TokenizerTest

public TokenizerTest()
Method Detail

setUp

protected void setUp()

test_get

public void test_get()
              throws IOException
Throws:
IOException

test_get_invalid

public void test_get_invalid()
                      throws IOException
Throws:
IOException

test_File_input

public void test_File_input()
                     throws IOException
Throws:
IOException

test_unwanted_comment

public void test_unwanted_comment()
                           throws IOException
Throws:
IOException

test_unwanted_ungotten_whitespace

public void test_unwanted_ungotten_whitespace()
                                       throws IOException
Throws:
IOException

test_unwanted_ungotten_comment

public void test_unwanted_ungotten_comment()
                                    throws IOException
Throws:
IOException

test_empty_string

public void test_empty_string()
                       throws IOException
Throws:
IOException

test_multiple_ungets

public void test_multiple_ungets()
                          throws IOException
Throws:
IOException

test_getString

public void test_getString()
                    throws IOException
Throws:
IOException

test_getIdentifier

public void test_getIdentifier()
                        throws IOException
Throws:
IOException

test_getLong

public void test_getLong()
                  throws IOException
Throws:
IOException

test_getUInt32

public void test_getUInt32()
                    throws IOException
Throws:
IOException

test_getUInt16

public void test_getUInt16()
                    throws IOException
Throws:
IOException

test_getUInt8

public void test_getUInt8()
                   throws IOException
Throws:
IOException

test_getTTL

public void test_getTTL()
                 throws IOException
Throws:
IOException

test_getTTLLike

public void test_getTTLLike()
                     throws IOException
Throws:
IOException

test_getName

public void test_getName()
                  throws IOException,
                         TextParseException
Throws:
IOException
TextParseException

test_getEOL

public void test_getEOL()
                 throws IOException
Throws:
IOException

test_getBase64

public void test_getBase64()
                    throws IOException
Throws:
IOException

test_getHex

public void test_getHex()
                 throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.