Uses of Class
com.meterware.httpunit.WebImage

Packages that use WebImage
com.meterware.httpunit Classes for testing http server systems. 
 

Uses of WebImage in com.meterware.httpunit
 

Methods in com.meterware.httpunit that return WebImage
 WebImage[] HTMLSegment.getImages()
          Returns the images found in the page in the order in which they appear.
 WebImage[] ParsedHTML.getImages()
          Returns the images found in the page in the order in which they appear.
 WebImage[] WebResponse.getImages()
          Returns the images found in the page in the order in which they appear.
 WebImage HTMLSegment.getImageWithAltText(java.lang.String source)
          Returns the first image found in the page with the specified alt attribute.
 WebImage ParsedHTML.getImageWithAltText(java.lang.String altText)
          Returns the first image found in the page with the specified alt attribute.
 WebImage WebResponse.getImageWithAltText(java.lang.String altText)
          Returns the first image found in the page with the specified alt attribute.
 WebImage HTMLSegment.getImageWithName(java.lang.String name)
          Returns the image found in the page with the specified name.
 WebImage ParsedHTML.getImageWithName(java.lang.String name)
          Returns the image found in the page with the specified name.
 WebImage WebResponse.getImageWithName(java.lang.String source)
          Returns the image found in the page with the specified name attribute.
 WebImage HTMLSegment.getImageWithSource(java.lang.String source)
          Returns the first image found in the page with the specified src attribute.
 WebImage ParsedHTML.getImageWithSource(java.lang.String source)
          Returns the first image found in the page with the specified src attribute.
 WebImage WebResponse.getImageWithSource(java.lang.String source)
          Returns the first image found in the page with the specified src attribute.
 



Copyright © 2011. All Rights Reserved.