Uses of Class
com.mockrunner.servlet.ServletTestModule

Packages that use ServletTestModule
com.mockrunner.base   
com.mockrunner.servlet   
 

Uses of ServletTestModule in com.mockrunner.base
 

Methods in com.mockrunner.base that return ServletTestModule
protected  ServletTestModule BaseTestCase.createServletTestModule()
          Creates a ServletTestModule based on the current WebMockObjectFactory.
protected  ServletTestModule BaseTestCase.createServletTestModule(WebMockObjectFactory mockFactory)
          Creates a ServletTestModule with the specified WebMockObjectFactory.
 

Uses of ServletTestModule in com.mockrunner.servlet
 

Methods in com.mockrunner.servlet that return ServletTestModule
protected  ServletTestModule BasicServletTestCaseAdapter.createServletTestModule()
          Creates a ServletTestModule based on the current WebMockObjectFactory.
protected  ServletTestModule BasicServletTestCaseAdapter.createServletTestModule(WebMockObjectFactory mockFactory)
          Creates a ServletTestModule with the specified WebMockObjectFactory.
protected  ServletTestModule BasicServletTestCaseAdapter.getServletTestModule()
          Gets the ServletTestModule.
protected  ServletTestModule ServletTestCaseAdapter.getServletTestModule()
          Gets the ServletTestModule.
 

Methods in com.mockrunner.servlet with parameters of type ServletTestModule
protected  void BasicServletTestCaseAdapter.setServletTestModule(ServletTestModule servletTestModule)
          Sets the ServletTestModule.
protected  void ServletTestCaseAdapter.setServletTestModule(ServletTestModule servletTestModule)
          Sets the ServletTestModule.