Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.sample.servlet.unit » [javadoc | source]
org.apache.cactus.sample.servlet.unit
public class: TestJspOut [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.cactus.internal.AbstractCactusTestCase
         org.apache.cactus.ServletTestCase
            org.apache.cactus.JspTestCase
               org.apache.cactus.sample.servlet.unit.TestJspOut

All Implemented Interfaces:
    CactusTestCase

Test the usage of the out implicit object when using JspTestCase.
Fields inherited from org.apache.cactus.JspTestCase:
pageContext,  out
Fields inherited from org.apache.cactus.ServletTestCase:
request,  response,  session,  config
Method from org.apache.cactus.sample.servlet.unit.TestJspOut Summary:
endOut,   testOut
Methods from org.apache.cactus.JspTestCase:
createProtocolHandler
Methods from org.apache.cactus.ServletTestCase:
createProtocolHandler
Methods from org.apache.cactus.internal.AbstractCactusTestCase:
createProtocolHandler,   runBare,   runBareServer
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.sample.servlet.unit.TestJspOut Detail:
 public  void endOut(WebResponse theResponse) throws IOException 
    Verify that we can write some text to the output Jsp writer.
 public  void testOut() throws IOException 
    Verify that we can write some text to the output Jsp writer.