org.apache.tapestry.junit
Class TestComponent

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.junit.TestComponent

public class TestComponent
extends BaseComponentTestCase

Test a few random things in AbstractComponentand BaseComponent.

Since:
3.0
Author:
Howard Lewis Ship

Nested Class Summary
static class TestComponent.FakeComponent
           
 
Constructor Summary
TestComponent()
           
 
Method Summary
 void testOuter()
          Test the ability of BaseComponent.addOuter(IRender)to add a large number of objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestComponent

public TestComponent()
Method Detail

testOuter

public void testOuter()
               throws Exception
Test the ability of BaseComponent.addOuter(IRender)to add a large number of objects.

Throws:
Exception


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