tests.w3c
Class TestW3CSchemaTestSet

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

public class TestW3CSchemaTestSet
extends junit.framework.TestSuite

Class to represent a set of schema tests as described by a .testSet file When executed each of the schemas described in the .testSet file is round-trip tested. cmd line parms: arg0 - location of the .testSet file. Defaults to: ./target/xmlschema2002-01-16/NISTXMLSchema1-0-20020116.testSet


Method Summary
static void main(String[] args)
           
static junit.framework.Test suite()
           
static junit.framework.Test suite(File testSetFile)
          Returns a suite of TestRoundTripXSD test case instances.
 
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
 

Method Detail

main

public static void main(String[] args)

suite

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

suite

public static junit.framework.Test suite(File testSetFile)
                                  throws Exception
Returns a suite of TestRoundTripXSD test case instances. One for each of the tests described in the testSetFile

Parameters:
testSetFile - the File object of the .testSet file
Throws:
Exception


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