xpe
Class DocumentLoaderTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--xpe.BaseTest
                    |
                    +--xpe.DocumentLoaderTest
All Implemented Interfaces:
junit.framework.Test

public class DocumentLoaderTest
extends BaseTest


Field Summary
 
Fields inherited from class xpe.BaseTest
br, documents, htmlBasicCheese, htmlEmpty, htmlFunky, htmlId, htmlIdCheese, htmlIdFoo, htmlIdMatching, htmlMatchEnd, htmlMatchStart, linebreak, newline, resultsBasicCheeseHTML, resultsIdCheese, resultsIdCheeseHTML, swingBottom, swingTop, textBasicBaz, textBasicCheese, textId, textIdCheese, textIdCheeseKind, textIdKind, tidy, xmlContents
 
Constructor Summary
DocumentLoaderTest(java.lang.String s)
           
 
Method Summary
 void testLocalHtml()
           
 void testLocalXml()
           
 void testRedirectHtml()
           
 void testRedirectXml()
           
 void testRemoteHtml()
           
 void testRemoteXml()
           
 void testSourceHtml()
           
 void testSourceXml()
           
 void testString()
           
 
Methods inherited from class xpe.BaseTest
getDocument, htmlIndent, stripWhitespace
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, 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

DocumentLoaderTest

public DocumentLoaderTest(java.lang.String s)
Method Detail

testSourceXml

public void testSourceXml()
                   throws java.lang.Exception
java.lang.Exception

testSourceHtml

public void testSourceHtml()
                    throws java.lang.Exception
java.lang.Exception

testLocalXml

public void testLocalXml()
                  throws java.lang.Exception
java.lang.Exception

testLocalHtml

public void testLocalHtml()
                   throws java.lang.Exception
java.lang.Exception

testRemoteXml

public void testRemoteXml()
                   throws java.lang.Exception
java.lang.Exception

testRemoteHtml

public void testRemoteHtml()
                    throws java.lang.Exception
java.lang.Exception

testRedirectXml

public void testRedirectXml()
                     throws java.lang.Exception
java.lang.Exception

testRedirectHtml

public void testRedirectHtml()
                      throws java.lang.Exception
java.lang.Exception

testString

public void testString()
                throws java.lang.Exception
java.lang.Exception