tests.w3c
Class W3CTestCaseCollector
java.lang.Object
tests.w3c.W3CTestCaseCollector
public final class W3CTestCaseCollector
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.