tests.w3c
Class W3CTestCaseCollector

java.lang.Object
  extended by tests.w3c.W3CTestCaseCollector

public final class W3CTestCaseCollector
extends Object


Method Summary
static List<SchemaCase> getSchemaTests()
          Return all the tests to be used in automated testing.
static List<SchemaCase> getSchemaTests(String testSet, String basePath)
          Return a list of tests as specified by some specific XML file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSchemaTests

public static List<SchemaCase> getSchemaTests()
                                       throws ParserConfigurationException,
                                              SAXException,
                                              IOException,
                                              URISyntaxException
Return all the tests to be used in automated testing.

Returns:
a list of SchemaTest objects.
Throws:
ParserConfigurationException
SAXException
IOException
URISyntaxException

getSchemaTests

public static List<SchemaCase> getSchemaTests(String testSet,
                                              String basePath)
                                       throws ParserConfigurationException,
                                              SAXException,
                                              IOException,
                                              URISyntaxException
Return a list of tests as specified by some specific XML file.

Parameters:
testSet -
Returns:
Throws:
ParserConfigurationException
SAXException
IOException
URISyntaxException


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.