org.w3c.domts.level3.xpath
Class TestDefaultParserAltConfig

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.w3c.domts.level3.xpath.TestDefaultParserAltConfig
All Implemented Interfaces:
junit.framework.Test

public class TestDefaultParserAltConfig
extends junit.framework.TestSuite

Test suite using the default JAXP parser in the alternative configuration


Constructor Summary
TestDefaultParserAltConfig()
           
 
Method Summary
static junit.framework.TestSuite suite()
          Create a new instance of the test suite
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestDefaultParserAltConfig

public TestDefaultParserAltConfig()
Method Detail

suite

public static junit.framework.TestSuite suite()
                                       throws java.lang.Exception
Create a new instance of the test suite

Returns:
new test suite
Throws:
java.lang.Exception - if tests or implementation can be created.