org.apache.tapestry.components
Class TestConditional

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

public class TestConditional
extends BaseComponentTestCase

Tests for Conditional  component.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestConditional()
           
 
Method Summary
 void testElement()
           
 void testFalseAndFalse()
           
 void testIgnoreElementWhenRewinding()
           
 void testRenderSimple()
           
 void testTrueAndTrue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestConditional

public TestConditional()
Method Detail

testFalseAndFalse

public void testFalseAndFalse()

testTrueAndTrue

public void testTrueAndTrue()

testRenderSimple

public void testRenderSimple()

testIgnoreElementWhenRewinding

public void testIgnoreElementWhenRewinding()

testElement

public void testElement()


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