Uses of Class
com.meterware.servletunit.ServletUnitClient

Packages that use ServletUnitClient
com.meterware.servletunit Classes for unit testing servlets, providing internal access to running servlets using a simulated servlet container. 
 

Uses of ServletUnitClient in com.meterware.servletunit
 

Methods in com.meterware.servletunit that return ServletUnitClient
 ServletUnitClient ServletRunner.newClient()
          Creates and returns a new web client that communicates with this servlet runner.
protected  ServletUnitClient ServletTestCase.newClient()
          Returns a client object which can access the servlet context in which this test is running.
static ServletUnitClient ServletUnitClient.newClient(InvocationContextFactory factory)
          Creates and returns a new servlet unit client instance.
 

Methods in com.meterware.servletunit with parameters of type ServletUnitClient
 InvocationContext InvocationContextFactory.newInvocation(ServletUnitClient client, FrameSelector targetFrame, WebRequest request, java.util.Dictionary clientHeaders, byte[] messageBody)
          Creates and returns a new invocation context to test calling of servlet methods.
 



Copyright © 2011. All Rights Reserved.