Uses of Class
com.netriser.xmltestsuite.testcases.XmlTestCase

Packages that use XmlTestCase
com.netriser.xmltestsuite This package contains resources for the XmlTestSuite package. 
com.netriser.xmltestsuite.testcases This package contains the TestCase classes for XmlTestSuite. 
 

Uses of XmlTestCase in com.netriser.xmltestsuite
 

Subclasses of XmlTestCase in com.netriser.xmltestsuite
 class TestAll
          Test most parts of the package.
 

Uses of XmlTestCase in com.netriser.xmltestsuite.testcases
 

Subclasses of XmlTestCase in com.netriser.xmltestsuite.testcases
 class domain
          Defines a domain name to ip address lookup, bypassing the normal DNS lookup.
 class eval
          XmlTestCase that evaluates an xpath expression.
 class exec
          XmlTestCase that executes a database query an xpath expression.
 class fetch
          XmlTestCase that fetches a web page.
 class output
          XmlTestCase that outputs an evaluated string, database query or xpath expression.
 class outputHTML
          XmlTestCase that outputs the url of the most recent http request and the unformatted html response.
 class outputPage
          Generates a prototype XML fragment baed on the current response and the specified form.
 class outputTidy
          XmlTestCase that outputs the url of the most recent http request and the formatted html response.
 class script
          XmlTestCase that executes javascript in the context of the current document.
 class set
          TestCase that sets a value using defined value, xpath expression, or database query.
 class submit
          XmlTestCase that submits a http request using the values from a specified form element.
 class verify
          An XmlTestCase that verifies the most recent response against an xml specification provided in the xml configuration file.
 class verifylinks