org.apache.tapestry.enhance
Class TestInjectPageWorker

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.enhance.TestInjectPageWorker

public class TestInjectPageWorker
extends BaseComponentTestCase

Tests for InjectPageWorker.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
TestInjectPageWorker()
           
 
Method Summary
 void testExistingPropertyType()
           
 void testNoPropertyType()
          Test for when there's no existing property.
 void testPrimitivePropertyType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestInjectPageWorker

public TestInjectPageWorker()
Method Detail

testPrimitivePropertyType

public void testPrimitivePropertyType()

testNoPropertyType

public void testNoPropertyType()
Test for when there's no existing property.


testExistingPropertyType

public void testExistingPropertyType()


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