Package org.apache.xmlbeans.impl.tool
Class XSTCTester
- java.lang.Object
-
- org.apache.xmlbeans.impl.tool.XSTCTester
-
public class XSTCTester extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
XSTCTester.Harness
static class
XSTCTester.TestCase
static class
XSTCTester.TestCaseResult
-
Constructor Summary
Constructors Constructor Description XSTCTester()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
errorReported(java.lang.String errorCode, java.util.Collection set)
static void
main(java.lang.String[] args)
static java.lang.String
makeHTMLDescription(XSTCTester.TestCase testCase)
static java.lang.String
makeHTMLLink(java.io.File file, boolean value)
static XSTCTester.TestCase[]
parseLTGFile(java.io.File ltgFile, java.util.Collection outerErrors)
static void
printUsage()
static void
summarizeResultAsHTMLTableRows(XSTCTester.TestCaseResult result, java.io.PrintWriter out, boolean errcode)
-
-
-
Method Detail
-
printUsage
public static void printUsage()
-
main
public static void main(java.lang.String[] args) throws java.io.IOException
- Throws:
java.io.IOException
-
makeHTMLLink
public static java.lang.String makeHTMLLink(java.io.File file, boolean value)
-
makeHTMLDescription
public static java.lang.String makeHTMLDescription(XSTCTester.TestCase testCase)
-
summarizeResultAsHTMLTableRows
public static void summarizeResultAsHTMLTableRows(XSTCTester.TestCaseResult result, java.io.PrintWriter out, boolean errcode)
-
parseLTGFile
public static XSTCTester.TestCase[] parseLTGFile(java.io.File ltgFile, java.util.Collection outerErrors)
-
errorReported
public static boolean errorReported(java.lang.String errorCode, java.util.Collection set)
-
-