org.apache.tapestry.services.impl
Class DefaultResponseBuilderTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.services.impl.DefaultResponseBuilderTest

public class DefaultResponseBuilderTest
extends BaseComponentTestCase

Tests functionality of DefaultResponseBuilder.

Author:
jkuhnert

Constructor Summary
DefaultResponseBuilderTest()
           
 
Method Summary
protected  void cleanup()
           
 void test_Allowed_Scripts()
           
 void test_Get_Writer_Type()
           
 void test_Normal_Render()
           
 void test_Null_Render()
           
 void test_Write_Body_Script()
           
 void test_Write_External_Scripts()
           
 void test_Write_Initialization_Script()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultResponseBuilderTest

public DefaultResponseBuilderTest()
Method Detail

cleanup

protected void cleanup()
                throws Exception
Throws:
Exception

test_Null_Render

public void test_Null_Render()

test_Normal_Render

public void test_Normal_Render()

test_Get_Writer_Type

public void test_Get_Writer_Type()

test_Allowed_Scripts

public void test_Allowed_Scripts()

test_Write_Body_Script

public void test_Write_Body_Script()

test_Write_External_Scripts

public void test_Write_External_Scripts()

test_Write_Initialization_Script

public void test_Write_Initialization_Script()


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