abstractpublic class HTTPTestCase extends TestCase (Code)
An abstract class that provides support for testing HTTP requests
by creating a temporary file, filling it with random data, issuing
requests for the file, and comparing the retrieved data with the
original data. Subclasses must override the package-scoped
issueRequest method.
author: Daniel F. Savarese