org.apache.tapestry.html
Class TestRelation

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

public class TestRelation
extends BaseComponentTestCase

Tests for the Relation  component.

Since:
4.1.1
Author:
Andreas Andreou

Constructor Summary
TestRelation()
           
 
Method Summary
 void testInvalidHrefParameter()
          Test that exception is thrown for invalid href parameter
 void testRewinding()
          Test that Relation does nothing when the entire page is rewinding
 void testShellMissing()
          Test that exception is thrown when Shell is missing
protected  void trainGetShellFromCycle(IRequestCycle cycle, Shell shell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRelation

public TestRelation()
Method Detail

testRewinding

public void testRewinding()
Test that Relation does nothing when the entire page is rewinding


testShellMissing

public void testShellMissing()
Test that exception is thrown when Shell is missing


testInvalidHrefParameter

public void testInvalidHrefParameter()
Test that exception is thrown for invalid href parameter


trainGetShellFromCycle

protected void trainGetShellFromCycle(IRequestCycle cycle,
                                      Shell shell)


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