org.jdom.test.cases.input
Class TestSAXBuilder

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jdom.test.cases.input.TestSAXBuilder
All Implemented Interfaces:
junit.framework.Test

public final class TestSAXBuilder
extends junit.framework.TestCase


Constructor Summary
TestSAXBuilder(java.lang.String name)
          Construct a new instance.
 
Method Summary
static void main(java.lang.String[] args)
          The main method runs all the tests in the text ui
 void setUp()
          This method is called before a test is executed.
static junit.framework.Test suite()
          The suite method runs all the tests
 void tearDown()
          This method is called after a test is executed.
 void test_TCC___boolean()
          Test code goes here.
 void test_TCC___String_boolean()
          Test code goes here.
 void test_TCC___String()
          Test code goes here.
 void test_TCC__()
          Test code goes here.
 void test_TCM__OrgJdomDocument_build_File()
          Test code goes here.
 void test_TCM__OrgJdomDocument_build_InputStream_String()
          Test code goes here.
 void test_TCM__OrgJdomDocument_build_InputStream()
          Test code goes here.
 void test_TCM__OrgJdomDocument_build_Reader_String()
          Test code goes here.
 void test_TCM__OrgJdomDocument_build_Reader()
          Test code goes here.
 void test_TCM__OrgJdomDocument_build_String()
          Test code goes here.
 void test_TCM__OrgJdomDocument_build_URL()
          Test code goes here.
 void test_TCM__void_setDTDHandler_OrgXmlSaxDTDHandler()
          Test code goes here.
 void test_TCM__void_setEntityResolver_OrgXmlSaxEntityResolver()
          Test code goes here.
 void test_TCM__void_setErrorHandler_OrgXmlSaxErrorHandler()
          Test code goes here.
 void test_TCM__void_setExpandEntities_boolean()
          Test that when setExpandEntities is true, enties are always expanded and when false, entities declarations are added to the DocType
 void test_TCM__void_setFactory_OrgJdomInputJDOMFactory()
          Test code goes here.
 void test_TCM__void_setIgnoringElementContentWhitespace_boolean()
          Test code goes here.
 void test_TCM__void_setValidation_boolean()
          Test code goes here.
 void test_TCM__void_setXMLFilter_OrgXmlSaxXMLFilter()
          Test code goes here.
 void test_TCU__DTDComments()
          Test that when setExpandEntities is true, enties are always expanded and when false, entities declarations are added to the DocType
 void test_TCU__InternalAndExternalEntities()
          Test that when setExpandEntities is true, enties are always expanded and when false, entities declarations are added to the DocType
 void test_TCU__InternalSubset()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestSAXBuilder

public TestSAXBuilder(java.lang.String name)
Construct a new instance.

Method Detail

main

public static void main(java.lang.String[] args)
The main method runs all the tests in the text ui


setUp

public void setUp()
This method is called before a test is executed.

Overrides:
setUp in class junit.framework.TestCase

suite

public static junit.framework.Test suite()
The suite method runs all the tests


tearDown

public void tearDown()
This method is called after a test is executed.

Overrides:
tearDown in class junit.framework.TestCase

test_TCC__

public void test_TCC__()
Test code goes here. Replace this comment.


test_TCC___boolean

public void test_TCC___boolean()
Test code goes here. Replace this comment.


test_TCC___String

public void test_TCC___String()
Test code goes here. Replace this comment.


test_TCC___String_boolean

public void test_TCC___String_boolean()
Test code goes here. Replace this comment.


test_TCM__OrgJdomDocument_build_File

public void test_TCM__OrgJdomDocument_build_File()
Test code goes here. Replace this comment.


test_TCM__OrgJdomDocument_build_InputStream

public void test_TCM__OrgJdomDocument_build_InputStream()
Test code goes here. Replace this comment.


test_TCM__OrgJdomDocument_build_InputStream_String

public void test_TCM__OrgJdomDocument_build_InputStream_String()
Test code goes here. Replace this comment.


test_TCM__OrgJdomDocument_build_Reader

public void test_TCM__OrgJdomDocument_build_Reader()
Test code goes here. Replace this comment.


test_TCM__OrgJdomDocument_build_Reader_String

public void test_TCM__OrgJdomDocument_build_Reader_String()
Test code goes here. Replace this comment.


test_TCM__OrgJdomDocument_build_String

public void test_TCM__OrgJdomDocument_build_String()
Test code goes here. Replace this comment.


test_TCM__OrgJdomDocument_build_URL

public void test_TCM__OrgJdomDocument_build_URL()
Test code goes here. Replace this comment.


test_TCM__void_setDTDHandler_OrgXmlSaxDTDHandler

public void test_TCM__void_setDTDHandler_OrgXmlSaxDTDHandler()
Test code goes here. Replace this comment.


test_TCM__void_setEntityResolver_OrgXmlSaxEntityResolver

public void test_TCM__void_setEntityResolver_OrgXmlSaxEntityResolver()
Test code goes here. Replace this comment.


test_TCM__void_setErrorHandler_OrgXmlSaxErrorHandler

public void test_TCM__void_setErrorHandler_OrgXmlSaxErrorHandler()
Test code goes here. Replace this comment.


test_TCM__void_setExpandEntities_boolean

public void test_TCM__void_setExpandEntities_boolean()
                                              throws org.jdom.JDOMException,
                                                     java.io.IOException
Test that when setExpandEntities is true, enties are always expanded and when false, entities declarations are added to the DocType

Throws:
org.jdom.JDOMException
java.io.IOException

test_TCM__void_setFactory_OrgJdomInputJDOMFactory

public void test_TCM__void_setFactory_OrgJdomInputJDOMFactory()
Test code goes here. Replace this comment.


test_TCM__void_setIgnoringElementContentWhitespace_boolean

public void test_TCM__void_setIgnoringElementContentWhitespace_boolean()
Test code goes here. Replace this comment.


test_TCM__void_setValidation_boolean

public void test_TCM__void_setValidation_boolean()
Test code goes here. Replace this comment.


test_TCM__void_setXMLFilter_OrgXmlSaxXMLFilter

public void test_TCM__void_setXMLFilter_OrgXmlSaxXMLFilter()
Test code goes here. Replace this comment.


test_TCU__DTDComments

public void test_TCU__DTDComments()
                           throws org.jdom.JDOMException,
                                  java.io.IOException
Test that when setExpandEntities is true, enties are always expanded and when false, entities declarations are added to the DocType

Throws:
org.jdom.JDOMException
java.io.IOException

test_TCU__InternalAndExternalEntities

public void test_TCU__InternalAndExternalEntities()
                                           throws org.jdom.JDOMException,
                                                  java.io.IOException
Test that when setExpandEntities is true, enties are always expanded and when false, entities declarations are added to the DocType

Throws:
org.jdom.JDOMException
java.io.IOException

test_TCU__InternalSubset

public void test_TCU__InternalSubset()
                              throws org.jdom.JDOMException,
                                     java.io.IOException
Throws:
org.jdom.JDOMException
java.io.IOException


Copyright © 2007 Brett McLaughlin, Jason Hunter. All Rights Reserved.