org.apache.tapestry.annotations
Class TestSimpleAnnotationWorkers

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.annotations.BaseAnnotationTestCase
          extended by org.apache.tapestry.annotations.TestSimpleAnnotationWorkers

public class TestSimpleAnnotationWorkers
extends BaseAnnotationTestCase

Test for the "simple" annotation workers, that collect basic information and update the component specification.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
TestSimpleAnnotationWorkers()
           
 
Method Summary
 void test_Inject_Meta_NoValue()
           
 void test_Inject_Meta()
           
 void test_Inject_Page()
           
 void test_Inject_Script()
           
 void test_Inject_State_Flag_NoValue()
           
 void test_Inject_State_Flag()
           
 void test_Inject_State_NoValue()
           
 void test_Inject_State()
           
 
Methods inherited from class org.apache.tapestry.annotations.BaseAnnotationTestCase
findMethod, newErrorLog, newMethodLocation, newOp, newResource, newSpec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSimpleAnnotationWorkers

public TestSimpleAnnotationWorkers()
Method Detail

test_Inject_Page

public void test_Inject_Page()

test_Inject_Meta

public void test_Inject_Meta()

test_Inject_Meta_NoValue

public void test_Inject_Meta_NoValue()

test_Inject_Script

public void test_Inject_Script()

test_Inject_State

public void test_Inject_State()

test_Inject_State_NoValue

public void test_Inject_State_NoValue()

test_Inject_State_Flag

public void test_Inject_State_Flag()

test_Inject_State_Flag_NoValue

public void test_Inject_State_Flag_NoValue()


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