org.apache.xmlbeans.impl.tool
Class XSTCTester.TestCase

java.lang.Object
  extended by org.apache.xmlbeans.impl.tool.XSTCTester.TestCase
Enclosing class:
XSTCTester

public static class XSTCTester.TestCase
extends java.lang.Object


Constructor Summary
XSTCTester.TestCase()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getErrorCode()
           
 java.lang.String getId()
           
 java.io.File getInstanceFile()
           
 java.io.File getLtgFile()
           
 java.lang.String getOrigin()
           
 java.io.File getResourceFile()
           
 java.io.File getSchemaFile()
           
 boolean isIvExpected()
           
 boolean isRvExpected()
           
 boolean isSvExpected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSTCTester.TestCase

public XSTCTester.TestCase()
Method Detail

getLtgFile

public java.io.File getLtgFile()

getId

public java.lang.String getId()

getOrigin

public java.lang.String getOrigin()

getDescription

public java.lang.String getDescription()

getSchemaFile

public java.io.File getSchemaFile()

getInstanceFile

public java.io.File getInstanceFile()

getResourceFile

public java.io.File getResourceFile()

isSvExpected

public boolean isSvExpected()

isIvExpected

public boolean isIvExpected()

isRvExpected

public boolean isRvExpected()

getErrorCode

public java.lang.String getErrorCode()