org.apache.tapestry.enhance
Class InjectStateFlagWorkerTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.enhance.BaseEnhancementTestCase
          extended by org.apache.tapestry.enhance.InjectStateFlagWorkerTest

public class InjectStateFlagWorkerTest
extends BaseEnhancementTestCase

Tests for InjectStateFlagWorker.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
InjectStateFlagWorkerTest()
           
 
Method Summary
 void testNoExistingProperty()
           
 void testWithExistingProperty()
           
 void testWithExistingPropertyWrongType()
           
 
Methods inherited from class org.apache.tapestry.enhance.BaseEnhancementTestCase
newApplicationStateManager, newEnhancementOp, newOp, newSpec, trainAddInjectedField, trainGetAccessorMethodName, trainGetBaseClass, trainGetPropertyType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectStateFlagWorkerTest

public InjectStateFlagWorkerTest()
Method Detail

testNoExistingProperty

public void testNoExistingProperty()

testWithExistingProperty

public void testWithExistingProperty()

testWithExistingPropertyWrongType

public void testWithExistingPropertyWrongType()


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