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.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()
-
-
-
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()
-
-