tests.w3c
Class TestW3CSchemaBucket

java.lang.Object
  extended by junit.framework.TestSuite
      extended by tests.w3c.TestW3CSchemaBucket
All Implemented Interfaces:
junit.framework.Test

public class TestW3CSchemaBucket
extends junit.framework.TestSuite

Class to represent a bucket of tests described by a set of .testSet files. All of the tests described in all of the .testSet files present in the top level of the directory supplied will be round-trip tested. Note: Subdirs are not traversed because the .testSet files in the top level of the xmlschema2002-01-16 bucket describe all the tests in the bucket. cmd line parms: arg0 - location of the directory containing .testSet files defaults to ./target/xmlschema2002-01-16


Constructor Summary
TestW3CSchemaBucket(String name)
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.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

TestW3CSchemaBucket

public TestW3CSchemaBucket(String name)
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.Test suite()
                                  throws Exception
Throws:
Exception


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