Uses of Class
com.mockrunner.base.HTMLOutputModule

Packages that use HTMLOutputModule
com.mockrunner.base   
com.mockrunner.servlet   
com.mockrunner.struts   
com.mockrunner.tag   
 

Uses of HTMLOutputModule in com.mockrunner.base
 

Subclasses of HTMLOutputModule in com.mockrunner.base
 class GenericHTMLOutputModule
          Generic implementation of HTMLOutputModule.
 

Methods in com.mockrunner.base that return HTMLOutputModule
protected abstract  HTMLOutputModule BasicHTMLOutputTestCase.getHTMLOutputModule()
          Implemented by concrete subclasses.
protected abstract  HTMLOutputModule HTMLOutputTestCase.getHTMLOutputModule()
          Implemented by concrete subclasses.
 

Uses of HTMLOutputModule in com.mockrunner.servlet
 

Subclasses of HTMLOutputModule in com.mockrunner.servlet
 class ServletTestModule
          Module for servlet and filter tests.
 

Methods in com.mockrunner.servlet that return HTMLOutputModule
protected  HTMLOutputModule BasicServletTestCaseAdapter.getHTMLOutputModule()
          Returns the ServletTestModule as HTMLOutputModule.
protected  HTMLOutputModule ServletTestCaseAdapter.getHTMLOutputModule()
          Returns the ServletTestModule as HTMLOutputModule.
 

Uses of HTMLOutputModule in com.mockrunner.struts
 

Subclasses of HTMLOutputModule in com.mockrunner.struts
 class ActionTestModule
          Module for Struts action tests.
 

Methods in com.mockrunner.struts that return HTMLOutputModule
protected  HTMLOutputModule ActionTestCaseAdapter.getHTMLOutputModule()
          Returns the ActionTestModule as HTMLOutputModule.
protected  HTMLOutputModule BasicActionTestCaseAdapter.getHTMLOutputModule()
          Returns the ActionTestModule as HTMLOutputModule.
 

Uses of HTMLOutputModule in com.mockrunner.tag
 

Subclasses of HTMLOutputModule in com.mockrunner.tag
 class TagTestModule
          Module for custom tag tests.
 

Methods in com.mockrunner.tag that return HTMLOutputModule
protected  HTMLOutputModule BasicTagTestCaseAdapter.getHTMLOutputModule()
          Returns the TagTestModule as HTMLOutputModule.
protected  HTMLOutputModule TagTestCaseAdapter.getHTMLOutputModule()
          Returns the TagTestModule as HTMLOutputModule.