org.apache.tapestry.annotations
Class TestComponentAnnotationWorker

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

public class TestComponentAnnotationWorker
extends BaseAnnotationTestCase

Tests for ComponentAnnotationWorker

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
TestComponentAnnotationWorker()
           
 
Method Summary
 void test_Binding_Whitespace_Trimmed()
           
 void test_CopyOf()
           
 void test_Explicit_Id()
           
 void test_Inherit_Informal_Parameters()
           
 void test_Simple()
           
 void test_With_Bindings()
           
 void test_With_InheritedBindings()
           
 void test_With_Type_And_CopyOf()
           
 void test_Without_Type()
           
 
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

TestComponentAnnotationWorker

public TestComponentAnnotationWorker()
Method Detail

test_Simple

public void test_Simple()

test_Without_Type

public void test_Without_Type()

test_Explicit_Id

public void test_Explicit_Id()

test_Inherit_Informal_Parameters

public void test_Inherit_Informal_Parameters()

test_With_Bindings

public void test_With_Bindings()

test_Binding_Whitespace_Trimmed

public void test_Binding_Whitespace_Trimmed()

test_With_Type_And_CopyOf

public void test_With_Type_And_CopyOf()

test_CopyOf

public void test_CopyOf()

test_With_InheritedBindings

public void test_With_InheritedBindings()


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