com.meterware.servletunit

Class ServletTestCase

public abstract class ServletTestCase extends TestCase

A base class for test cases to be run via JUnitServlet.

Author: Russell Gold

Constructor Summary
protected ServletTestCase(String name)
Method Summary
protected ServletUnitClientnewClient()
Returns a client object which can access the servlet context in which this test is running.

Constructor Detail

ServletTestCase

protected ServletTestCase(String name)

Method Detail

newClient

protected final ServletUnitClient newClient()
Returns a client object which can access the servlet context in which this test is running.