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 Object
-
-
Constructor Summary
Constructors Constructor Description TestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetErrorCode()StringgetId()FilegetInstanceFile()FilegetLtgFile()StringgetOrigin()FilegetResourceFile()FilegetSchemaFile()booleanisIvExpected()booleanisRvExpected()booleanisSvExpected()
-
-
-
Method Detail
-
getLtgFile
public File getLtgFile()
-
getId
public String getId()
-
getOrigin
public String getOrigin()
-
getDescription
public String getDescription()
-
getSchemaFile
public File getSchemaFile()
-
getInstanceFile
public File getInstanceFile()
-
getResourceFile
public File getResourceFile()
-
isSvExpected
public boolean isSvExpected()
-
isIvExpected
public boolean isIvExpected()
-
isRvExpected
public boolean isRvExpected()
-
getErrorCode
public String getErrorCode()
-
-