org.apache.xmlbeans.impl.tool
Class XSTCTester

java.lang.Object
  extended by org.apache.xmlbeans.impl.tool.XSTCTester

public class XSTCTester
extends java.lang.Object


Nested Class Summary
static interface XSTCTester.Harness
           
static class XSTCTester.TestCase
           
static class XSTCTester.TestCaseResult
           
 
Constructor Summary
XSTCTester()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSTCTester

public XSTCTester()
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)