| org.apache.commons.httpclient.ProxyTestDecorator
ProxyTestDecorator | public class ProxyTestDecorator extends TestSetup (Code) | | A TestDecorator that configures instances of HttpClientTestBase to use
a proxy server.
|
Method Summary | |
public static void | addTests(TestSuite suite) Iterates through all test cases included in the suite and adds
copies of them modified to use a proxy server. | protected void | setUp() |
addTests | public static void addTests(TestSuite suite)(Code) | | Iterates through all test cases included in the suite and adds
copies of them modified to use a proxy server.
Parameters: suite - |
|
|