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