Package org.apache.xmlbeans.impl.tool
Class XSTCTester.TestCase
- java.lang.Object
-
- org.apache.xmlbeans.impl.tool.XSTCTester.TestCase
-
- Enclosing class:
- XSTCTester
public static class XSTCTester.TestCase extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetErrorCode()java.lang.StringgetId()java.io.FilegetInstanceFile()java.io.FilegetLtgFile()java.lang.StringgetOrigin()java.io.FilegetResourceFile()java.io.FilegetSchemaFile()booleanisIvExpected()booleanisRvExpected()booleanisSvExpected()
-
-
-
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()
-
-