org.apache.tapestry.web
Class ServletWebResponseTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.web.ServletWebResponseTest

public class ServletWebResponseTest
extends BaseComponentTestCase

Tests for ServletWebResponse.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
ServletWebResponseTest()
           
 
Method Summary
 void testGetOutputStream()
           
 void testGetOutputStreamFailure()
           
 void testGetPrintWriter()
           
 void testGetPrintWriterFailure()
           
 void testGetSecondPrintWriter()
           
 void testGetSecondPrintWriterDifferentContentTypeTomcatPatch()
           
 void testGetSecondPrintWriterTomcatPatch()
           
 void testReset()
           
 void testSetHeaderMethods()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletWebResponseTest

public ServletWebResponseTest()
Method Detail

testGetOutputStream

public void testGetOutputStream()
                         throws Exception
Throws:
Exception

testGetOutputStreamFailure

public void testGetOutputStreamFailure()
                                throws Exception
Throws:
Exception

testGetPrintWriter

public void testGetPrintWriter()
                        throws Exception
Throws:
Exception

testGetSecondPrintWriter

public void testGetSecondPrintWriter()
                              throws Exception
Throws:
Exception

testGetSecondPrintWriterTomcatPatch

public void testGetSecondPrintWriterTomcatPatch()
                                         throws Exception
Throws:
Exception

testGetSecondPrintWriterDifferentContentTypeTomcatPatch

public void testGetSecondPrintWriterDifferentContentTypeTomcatPatch()
                                                             throws Exception
Throws:
Exception

testGetPrintWriterFailure

public void testGetPrintWriterFailure()
                               throws Exception
Throws:
Exception

testReset

public void testReset()

testSetHeaderMethods

public void testSetHeaderMethods()
                          throws Exception
Throws:
Exception


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.