UTF-X, Unit Testing Framework - Xslt

Uses of Class
utfx.framework.XSLTTestFileSuite

Packages that use XSLTTestFileSuite
utfx.framework   
 

Uses of XSLTTestFileSuite in utfx.framework
 

Fields in utfx.framework declared as XSLTTestFileSuite
private  XSLTTestFileSuite XSLTTransformTestCase.parentSuite
          XSLTTestFileSuite that is the parent of this XSLTTransformTestCase
private  XSLTTestFileSuite TestFileSuiteAssembler.suite
          test file suite we are going to assemble
 

Methods in utfx.framework that return XSLTTestFileSuite
 XSLTTestFileSuite TestFileSuiteAssembler.getTestSuite()
          Gets the XSLTTestFileSuite constructed by this assembler.
 

Constructors in utfx.framework with parameters of type XSLTTestFileSuite
XSLTTransformTestCase(org.w3c.dom.Element elem, XSLTTestFileSuite parentSuite)
          Constructs an XsltTestCase.
 


UTF-X, Unit Testing Framework - Xslt