com.mockrunner.base
Class GenericHTMLOutputModule

java.lang.Object
  extended by com.mockrunner.base.WebTestModule
      extended by com.mockrunner.base.HTMLOutputModule
          extended by com.mockrunner.base.GenericHTMLOutputModule

public class GenericHTMLOutputModule
extends HTMLOutputModule

Generic implementation of HTMLOutputModule. Can be used to to test HTML output in modules that do not extend HTMLOutputModule.


Constructor Summary
GenericHTMLOutputModule(WebMockObjectFactory factory)
           
 
Method Summary
 java.lang.String getOutput()
          Returns the output as a string.
 
Methods inherited from class com.mockrunner.base.HTMLOutputModule
getOutputAsBufferedReader, getOutputAsJDOMDocument, getOutputAsW3CDocument, getOutputAsWellformedXML, setCaseSensitive, verifyOutput, verifyOutputContains, verifyOutputRegularExpression
 
Methods inherited from class com.mockrunner.base.WebTestModule
addRequestParameter, addRequestParameter, addRequestParameter, getRequestAttribute, getRequestParameter, getSessionAttribute, setRequestAttribute, setSessionAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericHTMLOutputModule

public GenericHTMLOutputModule(WebMockObjectFactory factory)
Method Detail

getOutput

public java.lang.String getOutput()
Description copied from class: HTMLOutputModule
Returns the output as a string. Concrete modules implement this method.

Specified by:
getOutput in class HTMLOutputModule
Returns:
the output