Class XMLTestSuiteLoader

java.lang.Object
org.apache.batik.test.xml.XMLTestSuiteLoader
All Implemented Interfaces:
XMLReflectConstants, XTSConstants

public class XMLTestSuiteLoader extends Object implements XTSConstants
This class loads an XML document describing a test suite into a TestSuite object.
Version:
$Id: XMLTestSuiteLoader.java 1806580 2017-08-29 12:06:44Z ssteiner $
  • Field Details

    • TEST_SUITE_LOADING_EXCEPTION

      public static final String TEST_SUITE_LOADING_EXCEPTION
      An error happened while loading a test suite document. {0} : the <testSuite> href value. {1} : the exception's class name {2} : exception's message {3} : exception's stack trace
      See Also:
    • CANNOT_CREATE_TEST

      public static final String CANNOT_CREATE_TEST
      An error happened while processing a Test description. {0} : the <test> "className" attribute value {1} : exception's class name {2} : exception's message {3} : exception's stack trace
      See Also:
  • Constructor Details

    • XMLTestSuiteLoader

      public XMLTestSuiteLoader()
  • Method Details