Uses of Class
com.netriser.xmltestsuite.NoResponseToProcess

Packages that use NoResponseToProcess
com.netriser.xmltestsuite This package contains resources for the XmlTestSuite package. 
 

Uses of NoResponseToProcess in com.netriser.xmltestsuite
 

Methods in com.netriser.xmltestsuite that throw NoResponseToProcess
 void HttpResource.submitform(org.w3c.dom.Element formElement)
          Submit a HTML form using values defined in the specified form Element in the xml configuration file.
 org.w3c.dom.Document HttpResource.getDOM()
          Returns an XML Document for the last response.
 org.w3c.dom.Document HttpResource.getDOM(com.meterware.httpunit.WebResponse specificResponse)
          Returns an XML Document for the specified response.
 void HttpResource.validateform(org.w3c.dom.Element formElement, java.lang.String validatingAttributeName)
          Validate the form against the test spec.
 void HttpResource.validatecookies(org.w3c.dom.Element cookies)
          Validate the cookies against the test spec.
 void HttpResource.validatecookies(org.w3c.dom.Element cookies, com.meterware.httpunit.WebResponse response2Validate)
          Validate the cookies against the test spec.
 void HttpResource.validateheaders(org.w3c.dom.Element page)
          Validate the http headers and response code against the test spec.
 void HttpResource.validateheaders(org.w3c.dom.Element page, com.meterware.httpunit.WebResponse response2Validate)
          Validate the http headers and response code against the test spec.
 void HttpResource.validatelinks(org.w3c.dom.Element page)
          Recursively alidate all links on the most.recent response
 void HttpResource.validatelinks(org.w3c.dom.Element page, com.meterware.httpunit.WebResponse response2Validate)
          Validate all links on the specified response
 void HttpResource.validateframeset(org.w3c.dom.Element framesetElement)
          Validate the details of a response using the named frameset Element
 void HttpResource.validateframeset(org.w3c.dom.Element framesetElement, com.meterware.httpunit.WebResponse response2Validate)
          Validate the details of a response using the named frameset Element
 void HttpResource.validateElement(org.w3c.dom.Element element)
          Validate an element in the response against the test spec.
 void HttpResource.validateElement(org.w3c.dom.Element element, com.meterware.httpunit.WebResponse response2Validate)
          Validate an element in the response against the test spec.
 void HttpResource.generatePageTemplate()
          Generates prototype XML fragment baed on the current response and the specified form.