Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.meterware.httpunit.* (95)com.meterware.httpunit.cookies.* (5)
com.meterware.httpunit.javascript.* (2)com.meterware.httpunit.parsing.* (9)
com.meterware.httpunit.scripting.* (9)com.meterware.pseudoserver.* (7)
com.meterware.servletunit.* (28)

Package Samples:

com.meterware.httpunit.scripting: Classes for testing http server systems.  
com.meterware.httpunit.cookies
com.meterware.httpunit.javascript
com.meterware.httpunit.parsing
com.meterware.httpunit
com.meterware.pseudoserver
com.meterware.servletunit

Classes:

NotHTMLException: $Id: NotHTMLException.java,v 1.1 2002/05/16 17:44:20 russgold Exp $ Copyright (c) 2002, Russell Gold Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included ...
ServletUnitClient: A client for use with the servlet runner class, allowing the testing of servlets without an actual servlet container. Testing can be done in one of two ways. End-to-end testing works much like the HttpUnit package, except that only servlets actually registered with the ServletRunner will be invoked. It is also possible to test servlets 'from the inside' by creating a ServletInvocationContext and then calling any servlet methods which may be desired. Even in this latter mode, end-to-end testing is supported, but requires a call to this class's getResponse method to update its cookies and frames ...
WebForm: This class represents a form in an HTML page. Users of this class may examine the parameters defined for the form, the structure of the form (as a DOM), or the text of the form. They may also create a WebRequest to simulate the submission of the form.
JUnitServlet: A servlet which can run unit tests inside a servlet context. It may be extended to provide InvocationContext-access to such tests if a container-specific implementation of InvocationContextFactory is provided. Combined with ServletTestCase, this would permit in-container tests of servlets in a fashion similar to that supported by ServletUnit.
WebLink: This class represents a link in an HTML page. Users of this class may examine the structure of the link (as a DOM), or create a WebRequest to simulate clicking on the link.
PutMethodWebRequest: A web request using the PUT protocol. The objectives of this class are to suport an HTTP PUT petition so we can test this HTTP requests. Documentation See the HTTP 1.1 [ spec ]
JTidyPrintWriter: Basic "parser" for the JTidy error output. Will get the line and column number as well as the message. It assumes that an error or warning is to be logged once println() has been called or if a string starts with "line"
WebConversation: The context for a series of HTTP requests. This class manages cookies used to maintain session context, computes relative URLs, and generally emulates the browser behavior needed to build an automated test of a web site.
WebClient: The context for a series of web requests. This class manages cookies used to maintain session context, computes relative URLs, and generally emulates the browser behavior needed to build an automated test of a web site.
HTMLElementPredicate: An interface which can be used to define matching criteria for an HTML element. It can be passed to methods such as WebRequest.getMatchingLink to define arbitrary matching criteria for web links.
ParameterHolder: This abstract class is extended by classes which hold parameters for web requests. Note that it is an abstract class rather than an interface in order to keep its methods package-local.
HeadMethodWebRequest: A web request using the HEAD method. This request is used to obtain header information for a resource without necessarily waiting for the data to be computed or transmitted.
MimeEncodedMessageBody: A POST-method message body which is MIME-encoded. This is used when uploading files, and is selected when the enctype parameter of a form is set to "multi-part/form-data".
FormParameter: Represents the aggregate of all form controls with a particular name. This permits us to abstract setting values so that changing a control type does not break a test.
ServletTestCase: A base class for test cases to be run via JUnitServlet .
InvocationContextImpl: This class represents the context in which a specific servlet request is being made. It contains the objects needed to unit test the methods of a servlet.
MessageBodyWebRequest: A web request which contains a non-empty message body. Note that such requests must use the http or https protocols.
HTMLParserFactory: Factory for creating HTML parsers. Parser customization properties can be specified but do not necessarily work for every parser type.
WebWindow: A window managed by a WebClient .
HTMLParserListener: A listener for messages from the HTMLParser. This provides a mechanism to watch for errors and warnings generated during parsing.
HtmlErrorListener: This interface represents a listener which can receive notification of errors and warnings during the parsing of an HTML page.
WebApplication: This class represents the information recorded about a single web application. It is usually extracted from web.xml.

Home | Contact Us | Privacy Policy | Terms of Service