Package org.apache.xmlbeans.impl.tool
Class XSTCTester
java.lang.Object
org.apache.xmlbeans.impl.tool.XSTCTester
public class XSTCTester extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceXSTCTester.Harnessstatic classXSTCTester.TestCasestatic classXSTCTester.TestCaseResult -
Constructor Summary
Constructors Constructor Description XSTCTester() -
Method Summary
Modifier and Type Method Description static booleanerrorReported(String errorCode, Collection<XmlError> set)static voidmain(String[] args)static StringmakeHTMLDescription(XSTCTester.TestCase testCase)static StringmakeHTMLLink(File file, boolean value)static XSTCTester.TestCase[]parseLTGFile(File ltgFile, Collection<String> outerErrors)static voidprintUsage()static voidsummarizeResultAsHTMLTableRows(XSTCTester.TestCaseResult result, PrintWriter out, boolean errcode)
-
Constructor Details
-
XSTCTester
public XSTCTester()
-
-
Method Details
-
printUsage
public static void printUsage() -
main
- Throws:
IOException
-
makeHTMLLink
-
makeHTMLDescription
-
summarizeResultAsHTMLTableRows
public static void summarizeResultAsHTMLTableRows(XSTCTester.TestCaseResult result, PrintWriter out, boolean errcode) -
parseLTGFile
-
errorReported
-