org.apache.tapestry.html
Class TestShell

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.html.TestShell

public class TestShell
extends BaseComponentTestCase

Tests for the Shell  component.


Constructor Summary
TestShell()
           
 
Method Summary
 void test_Add_Relation()
           
 void test_Include_Additional_Content_Null()
           
 void test_Include_Additional_Content()
           
 void test_Rewinding()
          Test that Shell does very little when the entire page is rewinding (which itself is a holdback to the action service).
protected  void trainRemoveShellFromCycle(IRequestCycle cycle)
           
protected  void trainStoreShellInCycle(IRequestCycle cycle, Shell shell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestShell

public TestShell()
Method Detail

test_Rewinding

public void test_Rewinding()
Test that Shell does very little when the entire page is rewinding (which itself is a holdback to the action service).


test_Add_Relation

public void test_Add_Relation()

test_Include_Additional_Content_Null

public void test_Include_Additional_Content_Null()

test_Include_Additional_Content

public void test_Include_Additional_Content()

trainStoreShellInCycle

protected void trainStoreShellInCycle(IRequestCycle cycle,
                                      Shell shell)

trainRemoveShellFromCycle

protected void trainRemoveShellFromCycle(IRequestCycle cycle)


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