org.apache.tapestry.components
Class TestInsert

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.components.TestInsert

public class TestInsert
extends BaseComponentTestCase

Tests for the Insert  component.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestInsert()
           
 
Method Summary
 void test_Format()
           
 void test_No_Format()
           
 void test_Null_Value()
           
 void test_Raw()
           
 void test_Render_Breaks()
           
 void test_Render_Nested_Raw()
           
 void test_Render_Paras()
           
 void test_Render_Raw()
           
 void test_Rewinding()
           
 void test_Style_Class()
           
 void test_Unable_To_Format()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestInsert

public TestInsert()
Method Detail

test_Rewinding

public void test_Rewinding()

test_Null_Value

public void test_Null_Value()

test_No_Format

public void test_No_Format()

test_Format

public void test_Format()

test_Unable_To_Format

public void test_Unable_To_Format()

test_Raw

public void test_Raw()

test_Style_Class

public void test_Style_Class()

test_Render_Breaks

public void test_Render_Breaks()

test_Render_Paras

public void test_Render_Paras()

test_Render_Raw

public void test_Render_Raw()

test_Render_Nested_Raw

public void test_Render_Nested_Raw()


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