xpe
Class XPETest

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

public class XPETest
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
XPETest(java.lang.String s)
           
 
Method Summary
 void testBasic()
           
 void testBasic2()
           
 void testBasicHTML()
           
 void testBasicResults()
           
 void testBasicResultsHTML()
           
 void testBooleanValue()
           
 void testDocBook1()
           
 void testDocBookTrivial()
           
 void testEquals()
           
 void testExpanded()
           
 void testGenerateAll1()
           
 void testGenerateAll2()
           
 void testGenerateAll3()
           
 void testGenerateAttribute()
           
 void testGenerateBarID()
           
 void testGenerateCheese()
           
 void testGenerateFirstChild()
           
 void testGenerateRoot()
           
 void testGetNamespaces()
           
 void testHTMLSource()
           
 void testIdAttributes()
           
 void testIdCheese()
           
 void testNamespaces()
           
 void testNumberValue()
           
 void testReturnsDouble()
           
 void testSetURL()
           
 void testSetXPath()
           
 void testSource()
           
 void testStringValueDoesntCorruptFullText()
           
 void testToString()
           
 
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

XPETest

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

testBasic

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

testBasicResults

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

testBasicResultsHTML

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

testSetURL

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

testSetXPath

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

testBasic2

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

testIdCheese

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

testStringValueDoesntCorruptFullText

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

testIdAttributes

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

testNumberValue

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

testBooleanValue

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

testBasicHTML

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

testReturnsDouble

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

testExpanded

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

testHTMLSource

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

testGenerateRoot

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

testGenerateFirstChild

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

testGenerateBarID

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

testGenerateCheese

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

testGenerateAttribute

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

testGenerateAll1

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

testGenerateAll2

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

testGenerateAll3

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

testToString

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

testEquals

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

testNamespaces

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

testGetNamespaces

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

testDocBookTrivial

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

testDocBook1

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

testSource

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