|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.TestSuite
tests.w3c.TestW3CSchemaTestSet
public class TestW3CSchemaTestSet
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(java.lang.String[] args)
|
static junit.framework.Test |
suite()
|
static junit.framework.Test |
suite(java.io.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 |
---|
public static void main(java.lang.String[] args)
public static junit.framework.Test suite() throws java.lang.Exception
java.lang.Exception
public static junit.framework.Test suite(java.io.File testSetFile) throws java.lang.Exception
testSetFile
- the File object of the .testSet file
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |